Html Css Color HEX #F0C76C Golden Sand

📋 copy color: '#F0C76C'

red 240 ◦ green 199 ◦ blue 108

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

Shades of Golden Sand #F0C76C

Tints of Golden Sand #F0C76C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.38%

 BLUE value IS 108 (42.58% from 255) = 19.74%

R = 43.88%
G = 36.38%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0C76C (or 0xF0C76C) is known color: Golden Sand. HEX triplet: F0, C7 and 6C. RGB value is (240,199,108). Sum of RGB (Red+Green+Blue) = 240+199+108=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C76C is #0F3893. Grayscale: #C9C9C9. Windows color (decimal): -997524 or 7129072. OLE color: 7129072.

HSL color Cylindrical-coordinate representation of color #F0C76C: hue angle of 41.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0C76C is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 199 108 -
CMYK 0 0.17 0.55 0.06
HSL 41.36º 0.81% 0.68% -
HSV(B) 41.36º 0.55% 0.94% -
XYZ 59.07 60.45 22.74 -
YUV 200.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 240 199 108 0 0.17 0.55 0.06 41.36 0.81 0.68
Hex F0 C7 6C 0 11 37 6 29 51 44
Octal 360 307 154 0 21 67 6 51 121 104
Binary 11110000 11000111 1101100 0 10001 110111 110 101001 1010001 1000100

Color Harmonies of #F0C76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C76C

Black with #F0C76C

Text Example


Text Example

White with #F0C76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C76C; }

 p { color: rgb(240,199,108); }

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

background-color css

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

 a { background-color: rgb(240,199,108); }

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

border-color css

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

 span { border-color: rgb(240,199,108); }

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