Html Css Color HEX #F0CF76 Golden Sand

📋 copy color: '#F0CF76'

red 240 ◦ green 207 ◦ blue 118

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

Shades of Golden Sand #F0CF76

Tints of Golden Sand #F0CF76

RGB

 RED value IS 240 (94.14% from 255) = 42.48%

 GREEN value IS 207 (81.25% from 255) = 36.64%

 BLUE value IS 118 (46.48% from 255) = 20.88%

R = 42.48%
G = 36.64%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F0CF76 (or 0xF0CF76) is known color: Golden Sand. HEX triplet: F0, CF and 76. RGB value is (240,207,118). Sum of RGB (Red+Green+Blue) = 240+207+118=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF76 is #0F3089. Grayscale: #CFCFCF. Windows color (decimal): -995466 or 7786480. OLE color: 7786480.

HSL color Cylindrical-coordinate representation of color #F0CF76: hue angle of 43.77º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0CF76 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 118 -
CMYK 0 0.14 0.51 0.06
HSL 43.77º 0.8% 0.7% -
HSV(B) 43.77º 0.51% 0.94% -
XYZ 61.52 64.46 26.34 -
YUV 206.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 240 207 118 0 0.14 0.51 0.06 43.77 0.8 0.7
Hex F0 CF 76 0 E 33 6 2C 50 46
Octal 360 317 166 0 16 63 6 54 120 106
Binary 11110000 11001111 1110110 0 1110 110011 110 101100 1010000 1000110

Color Harmonies of #F0CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF76

Black with #F0CF76

Text Example


Text Example

White with #F0CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF76; }

 p { color: rgb(240,207,118); }

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

background-color css

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

 a { background-color: rgb(240,207,118); }

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

border-color css

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

 span { border-color: rgb(240,207,118); }

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