#FFF0A4

Color #FFF0A4 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #FFF0A4

Tints of Drover #FFF0A4

Color information

#FFF0A4 (or 0xFFF0A4) is unknown color: approx Drover. HEX triplet: FF, F0 and A4. RGB value is (255,240,164). Sum of RGB (Red+Green+Blue) = 255+240+164=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 164 (64.45% from 255 or 24.89% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0A4 is #000F5B. Grayscale: #ECECEC. Windows color (decimal): -3932 or 10809599. OLE color: 10809599.

HSL color Cylindrical-coordinate representation of color #FFF0A4: hue angle of 50.11º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFF0A4 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB255240164-
CMYK00.060.360
HSL50.11º100%82.16%-
HSV(B)50.11º35.69%100%-
XYZ79.186.2647.6-
YUV235.8287.47141.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 164 (64.45% from 255) = 24.89%
R=38.69%
G=36.42%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524016400.060.36050.1110082.16
HexFFF0A406240326452
Octal3773602440644062144122
Binary1111111111110000101001000110100100011001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0A4; }

 p { color: rgb(255,240,164); }

 H1.HeaderClassName
 {
   color: #FFF0A4;
 }
 .AnyTagClassName
 {
   color: #FFF0A4;
 }
</style>
background-color css

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

 a { background-color: rgb(255,240,164); }

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

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

 span { border-color: rgb(255,240,164); }

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