Html Css Color HEX #F2CC62 Golden Sand

📋 copy color: '#F2CC62'

red 242 ◦ green 204 ◦ blue 98

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

Shades of Golden Sand #F2CC62

Tints of Golden Sand #F2CC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 44.49%
G = 37.5%
B = 18.01%

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

#F2CC62 (or 0xF2CC62) is known color: Golden Sand. HEX triplet: F2, CC and 62. RGB value is (242,204,98). Sum of RGB (Red+Green+Blue) = 242+204+98=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC62 is #0D339D. Grayscale: #CBCBCB. Windows color (decimal): -865182 or 6474994. OLE color: 6474994.

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

Color convert

RGB 242 204 98 -
CMYK 0 0.16 0.60 0.05
HSL 44.17º 0.85% 0.67% -
HSV(B) 44.17º 0.6% 0.95% -
XYZ 60.42 62.94 20.52 -
YUV 203.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 242 204 98 0 0.16 0.60 0.05 44.17 0.85 0.67
Hex F2 CC 62 0 10 3C 5 2C 55 43
Octal 362 314 142 0 20 74 5 54 125 103
Binary 11110010 11001100 1100010 0 10000 111100 101 101100 1010101 1000011

Color Harmonies of #F2CC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC62

Black with #F2CC62

Text Example


Text Example

White with #F2CC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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