#FAE69E

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

Shades of Drover #FAE69E

Tints of Drover #FAE69E

Color information

#FAE69E (or 0xFAE69E) is unknown color: approx Drover. HEX triplet: FA, E6 and 9E. RGB value is (250,230,158). Sum of RGB (Red+Green+Blue) = 250+230+158=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 158 (62.11% from 255 or 24.76% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE69E is #051961. Grayscale: #E4E4E4. Windows color (decimal): -334178 or 10413818. OLE color: 10413818.

HSL color Cylindrical-coordinate representation of color #FAE69E: hue angle of 46.96º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAE69E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB250230158-
CMYK00.080.370.02
HSL46.96º90.2%80%-
HSV(B)46.96º36.8%98.04%-
XYZ73.8979.3943.78-
YUV227.7788.63143.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 158 (62.11% from 255) = 24.76%
R=39.18%
G=36.05%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023015800.080.370.0246.9690.280
HexFAE69E082522f5a50
Octal37234623601045257132120
Binary111110101110011010011110010001001011010111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE69E; }

 p { color: rgb(250,230,158); }

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

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

 a { background-color: rgb(250,230,158); }

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

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

 span { border-color: rgb(250,230,158); }

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