#F9F0DA

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

Shades of Early Dawn #F9F0DA

Tints of Early Dawn #F9F0DA

Color information

#F9F0DA (or 0xF9F0DA) is unknown color: approx Early Dawn. HEX triplet: F9, F0 and DA. RGB value is (249,240,218). Sum of RGB (Red+Green+Blue) = 249+240+218=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0DA is #060F25. Grayscale: #F0F0F0. Windows color (decimal): -397094 or 14348537. OLE color: 14348537.

HSL color Cylindrical-coordinate representation of color #F9F0DA: hue angle of 42.58º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9F0DA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249240218-
CMYK00.040.120.02
HSL42.58º72.09%91.57%-
HSV(B)42.58º12.45%97.65%-
XYZ82.8887.5278.85-
YUV240.18115.48134.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.22%
GREEN value IS 240 (94.14% from 255) = 33.95%
BLUE value IS 218 (85.55% from 255) = 30.83%
R=35.22%
G=33.95%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924021800.040.120.0242.5872.0991.57
HexF9F0DA04C22b485c
Octal3713603320414253110134
Binary111110011111000011011010010011001010101110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F0DA; }

 p { color: rgb(249,240,218); }

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

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

 a { background-color: rgb(249,240,218); }

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

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

 span { border-color: rgb(249,240,218); }

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