Html Css Color HEX #F0CF66 Golden Sand

📋 copy color: '#F0CF66'

red 240 ◦ green 207 ◦ blue 102

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

Shades of Golden Sand #F0CF66

Tints of Golden Sand #F0CF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.58%

R = 43.72%
G = 37.7%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0CF66 (or 0xF0CF66) is known color: Golden Sand. HEX triplet: F0, CF and 66. RGB value is (240,207,102). Sum of RGB (Red+Green+Blue) = 240+207+102=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF66 is #0F3099. Grayscale: #CDCDCD. Windows color (decimal): -995482 or 6737904. OLE color: 6737904.

HSL color Cylindrical-coordinate representation of color #F0CF66: hue angle of 45.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0CF66 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 207 102 -
CMYK 0 0.14 0.58 0.06
HSL 45.65º 0.82% 0.67% -
HSV(B) 45.65º 0.58% 0.94% -
XYZ 60.65 64.11 21.75 -
YUV 204.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 240 207 102 0 0.14 0.58 0.06 45.65 0.82 0.67
Hex F0 CF 66 0 E 3A 6 2E 52 43
Octal 360 317 146 0 16 72 6 56 122 103
Binary 11110000 11001111 1100110 0 1110 111010 110 101110 1010010 1000011

Color Harmonies of #F0CF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF66

Black with #F0CF66

Text Example


Text Example

White with #F0CF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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