#FDF0A1

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

Shades of Drover #FDF0A1

Tints of Drover #FDF0A1

Color information

#FDF0A1 (or 0xFDF0A1) is unknown color: approx Drover. HEX triplet: FD, F0 and A1. RGB value is (253,240,161). Sum of RGB (Red+Green+Blue) = 253+240+161=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 161 (63.28% from 255 or 24.62% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF0A1 is #020F5E. Grayscale: #EBEBEB. Windows color (decimal): -135007 or 10612989. OLE color: 10612989.

HSL color Cylindrical-coordinate representation of color #FDF0A1: hue angle of 51.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDF0A1 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB253240161-
CMYK00.050.360.01
HSL51.52º95.83%81.18%-
HSV(B)51.52º36.36%99.22%-
XYZ78.185.7846.16-
YUV234.8886.31140.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 161 (63.28% from 255) = 24.62%
R=38.69%
G=36.70%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324016100.050.360.0151.5295.8381.18
HexFDF0A105241346051
Octal3753602410544164140121
Binary1111110111110000101000010101100100111010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0A1; }

 p { color: rgb(253,240,161); }

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

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

 a { background-color: rgb(253,240,161); }

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

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

 span { border-color: rgb(253,240,161); }

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