Html Css Color HEX #F2CC61 Golden Sand

📋 copy color: '#F2CC61'

red 242 ◦ green 204 ◦ blue 97

#F2CC61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #F2CC61

Tints of Golden Sand #F2CC61

RGB

 RED value IS 242 (94.92% from 255) = 44.57%

 GREEN value IS 204 (80.08% from 255) = 37.57%

 BLUE value IS 97 (38.28% from 255) = 17.86%

R = 44.57%
G = 37.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F2CC61 (or 0xF2CC61) is known color: Golden Sand. HEX triplet: F2, CC and 61. RGB value is (242,204,97). Sum of RGB (Red+Green+Blue) = 242+204+97=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC61 is #0D339E. Grayscale: #CBCBCB. Windows color (decimal): -865183 or 6409458. OLE color: 6409458.

HSL color Cylindrical-coordinate representation of color #F2CC61: hue angle of 44.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2CC61 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 97 -
CMYK 0 0.16 0.60 0.05
HSL 44.28º 0.85% 0.66% -
HSV(B) 44.28º 0.6% 0.95% -
XYZ 60.37 62.93 20.27 -
YUV 203.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 242 204 97 0 0.16 0.60 0.05 44.28 0.85 0.66
Hex F2 CC 61 0 10 3C 5 2C 55 42
Octal 362 314 141 0 20 74 5 54 125 102
Binary 11110010 11001100 1100001 0 10000 111100 101 101100 1010101 1000010

Color Harmonies of #F2CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC61

Black with #F2CC61

Text Example


Text Example

White with #F2CC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC61; }

 p { color: rgb(242,204,97); }

 H1.HeaderClassName
 {
   color: #F2CC61;
 }
 .AnyTagClassName
 {
   color: #F2CC61;
 }
</style>

background-color css

<style>
 a { background-color: #F2CC61; }

 a { background-color: rgb(242,204,97); }

 div.DivClassName
 {
   background-color: #F2CC61;
 }
 .BgClassName
 {
   background-color: #F2CC61;
 }
</style>

border-color css

<style>
 span { border-color: #F2CC61; }

 span { border-color: rgb(242,204,97); }

 td.TdClassName
 {
   border-color: #F2CC61;
 }
 .TagClassName
 {
   border-color: #F2CC61;
 }
</style>