#F9F89E

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

Shades of Pale Prim #F9F89E

Tints of Pale Prim #F9F89E

Color information

#F9F89E (or 0xF9F89E) is unknown color: approx Pale Prim. HEX triplet: F9, F8 and 9E. RGB value is (249,248,158). Sum of RGB (Red+Green+Blue) = 249+248+158=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 158 (62.11% from 255 or 24.12% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F89E is #060761. Grayscale: #EEEEEE. Windows color (decimal): -395106 or 10418425. OLE color: 10418425.

HSL color Cylindrical-coordinate representation of color #F9F89E: hue angle of 59.34º degrees, saturation: 0.88, 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 #F9F89E is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249248158-
CMYK00.000.370.02
HSL59.34º88.35%79.8%-
HSV(B)59.34º36.55%97.65%-
XYZ78.8189.7445.52-
YUV238.0482.83135.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.02%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 158 (62.11% from 255) = 24.12%
R=38.02%
G=37.86%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924815800.000.370.0259.3488.3579.8
HexF9F89E002523b5850
Octal3713702360045273130120
Binary111110011111100010011110001001011011101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F89E; }

 p { color: rgb(249,248,158); }

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

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

 a { background-color: rgb(249,248,158); }

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

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

 span { border-color: rgb(249,248,158); }

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