Html Css Color HEX #F0C66B Golden Sand

📋 copy color: '#F0C66B'

red 240 ◦ green 198 ◦ blue 107

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

Shades of Golden Sand #F0C66B

Tints of Golden Sand #F0C66B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.33%

 BLUE value IS 107 (42.19% from 255) = 19.63%

R = 44.04%
G = 36.33%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0C66B (or 0xF0C66B) is known color: Golden Sand. HEX triplet: F0, C6 and 6B. RGB value is (240,198,107). Sum of RGB (Red+Green+Blue) = 240+198+107=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C66B is #0F3994. Grayscale: #C8C8C8. Windows color (decimal): -997781 or 7063280. OLE color: 7063280.

HSL color Cylindrical-coordinate representation of color #F0C66B: hue angle of 41.05º degrees, saturation: 0.82, 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 #F0C66B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 107 -
CMYK 0 0.18 0.55 0.06
HSL 41.05º 0.82% 0.68% -
HSV(B) 41.05º 0.55% 0.94% -
XYZ 58.78 59.97 22.39 -
YUV 200.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 240 198 107 0 0.18 0.55 0.06 41.05 0.82 0.68
Hex F0 C6 6B 0 12 37 6 29 52 44
Octal 360 306 153 0 22 67 6 51 122 104
Binary 11110000 11000110 1101011 0 10010 110111 110 101001 1010010 1000100

Color Harmonies of #F0C66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C66B

Black with #F0C66B

Text Example


Text Example

White with #F0C66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C66B; }

 p { color: rgb(240,198,107); }

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

background-color css

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

 a { background-color: rgb(240,198,107); }

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

border-color css

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

 span { border-color: rgb(240,198,107); }

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