color codes Logo

#f7ca3d color codes

#F7CA3D
(247,202,61)
0 Favorites   0 Comments

Color spaces of #f7ca3d

RGB 24720261
HSL0.130.920.60
HSV45°75°97°
CMYK 0.000.180.75   0.03
XYZ60.320662.352113.2708
Yxy62.35210.44370.4587
Hunter Lab78.9633-1.828645.3099
CIE-Lab83.10032.524171.7013

#f7ca3d color RGB value is (247,202,61).

#f7ca3d hex color red value is 247, green value is 202 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f7ca3d hue: 0.13 , saturation: 0.92 and the lightness value of f7ca3d is 0.60.

The process color (four color CMYK) of #f7ca3d color code is 0.00, 0.18, 0.75, 0.03. Web safe color of #f7ca3d is #ffcc33. Color #f7ca3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001010 00111101
Octal 367 312 75
Decimal 247 202 61
Hex F7 CA 3D

RGB Percentages of Color #f7ca3d

%48.43
%39.61
%11.96

CMYK Percentages of Color #f7ca3d

%0
%18
%75
%3

Triadic Colors of #f7ca3d

#f7ca3d #3df7ca #ca3df7

Analogous Colors of #f7ca3d

#f7ca3d #c7f73d #f76d3d

Monochromatic Colors of #f7ca3d

#f7ca3d

Complementary Color

#f7ca3d #3d6af7

#f7ca3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7ca3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7ca3d Color CSS Codes

.mybgcolor {background-color:#f7ca3d; } 
.myforecolor {color:#f7ca3d; }
.mybordercolor {border:3px solid #f7ca3d; }

#f7ca3d Text Font Color

<p style="color:#f7ca3d">Text here</p>

This sample text font color is #f7ca3d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7ca3d Background Color

<div style="background-color:#f7ca3d">
Div content here</div>

This div background color is #f7ca3d


#f7ca3d Border Color

<div style="border:3px solid #f7ca3d">
Div here</div>

This div border color is #f7ca3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,202,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7ca3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7ca3d;
  -webkit-box-shadow: 1px 1px 3px 2px #f7ca3d;
  box-shadow:         1px 1px 3px 2px #f7ca3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,202,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7ca3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7ca3d;
  -webkit-box-shadow: 1px 1px 3px 2px #f7ca3d;
  box-shadow:         1px 1px 3px 2px #f7ca3d;">
Div content here</div>

This div box has shadow with color #f7ca3d


Comments

No comments written yet.

Please login to write comment.