Html Css Color HEX #F2CB61 Golden Sand

📋 copy color: '#F2CB61'

red 242 ◦ green 203 ◦ blue 97

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

Shades of Golden Sand #F2CB61

Tints of Golden Sand #F2CB61

RGB

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

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

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

R = 44.65%
G = 37.45%
B = 17.9%

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

#F2CB61 (or 0xF2CB61) is known color: Golden Sand. HEX triplet: F2, CB and 61. RGB value is (242,203,97). Sum of RGB (Red+Green+Blue) = 242+203+97=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CB61 is #0D349E. Grayscale: #CBCBCB. Windows color (decimal): -865439 or 6409202. OLE color: 6409202.

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

Color convert

RGB 242 203 97 -
CMYK 0 0.16 0.60 0.05
HSL 43.86º 0.85% 0.66% -
HSV(B) 43.86º 0.6% 0.95% -
XYZ 60.13 62.45 20.19 -
YUV 202.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 242 203 97 0 0.16 0.60 0.05 43.86 0.85 0.66
Hex F2 CB 61 0 10 3C 5 2C 55 42
Octal 362 313 141 0 20 74 5 54 125 102
Binary 11110010 11001011 1100001 0 10000 111100 101 101100 1010101 1000010

Color Harmonies of #F2CB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB61

Black with #F2CB61

Text Example


Text Example

White with #F2CB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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