#F9F19C

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

Shades of Pale Prim #F9F19C

Tints of Pale Prim #F9F19C

Color information

#F9F19C (or 0xF9F19C) is unknown color: approx Pale Prim. HEX triplet: F9, F1 and 9C. RGB value is (249,241,156). Sum of RGB (Red+Green+Blue) = 249+241+156=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 156 (61.33% from 255 or 24.15% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F19C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F19C is #060E63. Grayscale: #EAEAEA. Windows color (decimal): -396900 or 10285561. OLE color: 10285561.

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

Color convert

RGB249241156-
CMYK00.030.370.02
HSL54.84º88.57%79.41%-
HSV(B)54.84º37.35%97.65%-
XYZ76.5285.4543.91-
YUV233.784.15138.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.54%
GREEN value IS 241 (94.53% from 255) = 37.31%
BLUE value IS 156 (61.33% from 255) = 24.15%
R=38.54%
G=37.31%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924115600.030.370.0254.8488.5779.41
HexF9F19C0325237594f
Octal3713612340345267131117
Binary1111100111110001100111000111001011011011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F19C; }

 p { color: rgb(249,241,156); }

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

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

 a { background-color: rgb(249,241,156); }

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

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

 span { border-color: rgb(249,241,156); }

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