#F8F49B

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

Shades of Pale Prim #F8F49B

Tints of Pale Prim #F8F49B

Color information

#F8F49B (or 0xF8F49B) is unknown color: approx Pale Prim. HEX triplet: F8, F4 and 9B. RGB value is (248,244,155). Sum of RGB (Red+Green+Blue) = 248+244+155=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 155 (60.94% from 255 or 23.96% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F49B is #070B64. Grayscale: #EBEBEB. Windows color (decimal): -461669 or 10220792. OLE color: 10220792.

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

Color convert

RGB248244155-
CMYK00.020.380.03
HSL57.42º86.92%79.02%-
HSV(B)57.42º37.5%97.25%-
XYZ76.9887.0243.75-
YUV235.0582.83137.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 244 (95.70% from 255) = 37.71%
BLUE value IS 155 (60.94% from 255) = 23.96%
R=38.33%
G=37.71%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824415500.020.380.0357.4286.9279.02
HexF8F49B0226339574f
Octal3703642330246371127117
Binary1111100011110100100110110101001101111100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F49B; }

 p { color: rgb(248,244,155); }

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

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

 a { background-color: rgb(248,244,155); }

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

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

 span { border-color: rgb(248,244,155); }

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