#fff0a5

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

Shades of Drover #FFF0A5

Tints of Drover #FFF0A5

Color information

#FFF0A5 (or 0xFFF0A5) is unknown color: approx Drover. HEX triplet: FF, F0 and A5. RGB value is (255,240,165). Sum of RGB (Red+Green+Blue) = 255+240+165=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 165 (64.84% from 255 or 25% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0A5 is #000F5A. Grayscale: #ECECEC. Windows color (decimal): -3931 or 10875135. OLE color: 10875135.

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

Color convert

RGB255240165-
CMYK00.060.350
HSL50º100%82.35%-
HSV(B)50º35.29%100%-
XYZ79.1986.348.08-
YUV235.9487.97141.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 165 (64.84% from 255) = 25%
R=38.64%
G=36.36%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524016500.060.3505010082.35
HexFFF0A506230326452
Octal3773602450643062144122
Binary1111111111110000101001010110100011011001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff0a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff0a5; }

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

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

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

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

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

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

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

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