Html Css Color HEX #F2CB60 Golden Sand

📋 copy color: '#F2CB60'

red 242 ◦ green 203 ◦ blue 96

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

Shades of Golden Sand #F2CB60

Tints of Golden Sand #F2CB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 44.73%
G = 37.52%
B = 17.74%

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

#F2CB60 (or 0xF2CB60) is known color: Golden Sand. HEX triplet: F2, CB and 60. RGB value is (242,203,96). Sum of RGB (Red+Green+Blue) = 242+203+96=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB60 is #0D349F. Grayscale: #CACACA. Windows color (decimal): -865440 or 6343666. OLE color: 6343666.

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

Color convert

RGB 242 203 96 -
CMYK 0 0.16 0.60 0.05
HSL 43.97º 0.85% 0.66% -
HSV(B) 43.97º 0.6% 0.95% -
XYZ 60.09 62.43 19.95 -
YUV 202.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 242 203 96 0 0.16 0.60 0.05 43.97 0.85 0.66
Hex F2 CB 60 0 10 3C 5 2C 55 42
Octal 362 313 140 0 20 74 5 54 125 102
Binary 11110010 11001011 1100000 0 10000 111100 101 101100 1010101 1000010

Color Harmonies of #F2CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB60

Black with #F2CB60

Text Example


Text Example

White with #F2CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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