#F9F89D

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

Shades of Pale Prim #F9F89D

Tints of Pale Prim #F9F89D

Color information

#F9F89D (or 0xF9F89D) is unknown color: approx Pale Prim. HEX triplet: F9, F8 and 9D. RGB value is (249,248,157). Sum of RGB (Red+Green+Blue) = 249+248+157=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 157 (61.72% from 255 or 24.01% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F89D is #060762. Grayscale: #EEEEEE. Windows color (decimal): -395107 or 10352889. OLE color: 10352889.

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

Color convert

RGB249248157-
CMYK00.000.370.02
HSL59.35º88.46%79.61%-
HSV(B)59.35º36.95%97.65%-
XYZ78.7289.7145.06-
YUV237.9282.33135.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.07%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 157 (61.72% from 255) = 24.01%
R=38.07%
G=37.92%
B=24.01%

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
Decimal24924815700.000.370.0259.3588.4679.61
HexF9F89D002523b5850
Octal3713702350045273130120
Binary111110011111100010011101001001011011101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F89D; }

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

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

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

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

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

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

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

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