Html Css Color HEX #F2CB62 Golden Sand

📋 copy color: '#F2CB62'

red 242 ◦ green 203 ◦ blue 98

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

Shades of Golden Sand #F2CB62

Tints of Golden Sand #F2CB62

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.38%

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

R = 44.57%
G = 37.38%
B = 18.05%

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

#F2CB62 (or 0xF2CB62) is known color: Golden Sand. HEX triplet: F2, CB and 62. RGB value is (242,203,98). Sum of RGB (Red+Green+Blue) = 242+203+98=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB62 is #0D349D. Grayscale: #CBCBCB. Windows color (decimal): -865438 or 6474738. OLE color: 6474738.

HSL color Cylindrical-coordinate representation of color #F2CB62: hue angle of 43.75º 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 #F2CB62 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 98 -
CMYK 0 0.16 0.60 0.05
HSL 43.75º 0.85% 0.67% -
HSV(B) 43.75º 0.6% 0.95% -
XYZ 60.18 62.47 20.44 -
YUV 202.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 242 203 98 0 0.16 0.60 0.05 43.75 0.85 0.67
Hex F2 CB 62 0 10 3C 5 2C 55 43
Octal 362 313 142 0 20 74 5 54 125 103
Binary 11110010 11001011 1100010 0 10000 111100 101 101100 1010101 1000011

Color Harmonies of #F2CB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB62

Black with #F2CB62

Text Example


Text Example

White with #F2CB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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