Html Css Color HEX #F0CC5F Golden Sand

📋 copy color: '#F0CC5F'

red 240 ◦ green 204 ◦ blue 95

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

Shades of Golden Sand #F0CC5F

Tints of Golden Sand #F0CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 44.53%
G = 37.85%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0CC5F (or 0xF0CC5F) is known color: Golden Sand. HEX triplet: F0, CC and 5F. RGB value is (240,204,95). Sum of RGB (Red+Green+Blue) = 240+204+95=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC5F is #0F33A0. Grayscale: #CACACA. Windows color (decimal): -996257 or 6278384. OLE color: 6278384.

HSL color Cylindrical-coordinate representation of color #F0CC5F: hue angle of 45.1º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0CC5F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 204 95 -
CMYK 0 0.15 0.60 0.06
HSL 45.1º 0.83% 0.66% -
HSV(B) 45.1º 0.6% 0.94% -
XYZ 59.59 62.54 19.76 -
YUV 202.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 240 204 95 0 0.15 0.60 0.06 45.1 0.83 0.66
Hex F0 CC 5F 0 F 3C 6 2D 53 42
Octal 360 314 137 0 17 74 6 55 123 102
Binary 11110000 11001100 1011111 0 1111 111100 110 101101 1010011 1000010

Color Harmonies of #F0CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC5F

Black with #F0CC5F

Text Example


Text Example

White with #F0CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC5F; }

 p { color: rgb(240,204,95); }

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

background-color css

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

 a { background-color: rgb(240,204,95); }

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

border-color css

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

 span { border-color: rgb(240,204,95); }

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