#F8F99A

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

Shades of Pale Prim #F8F99A

Tints of Pale Prim #F8F99A

Color information

#F8F99A (or 0xF8F99A) is unknown color: approx Pale Prim. HEX triplet: F8, F9 and 9A. RGB value is (248,249,154). Sum of RGB (Red+Green+Blue) = 248+249+154=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F99A is #070665. Grayscale: #EEEEEE. Windows color (decimal): -460390 or 10156536. OLE color: 10156536.

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

Color convert

RGB248249154-
CMYK0.0000.380.02
HSL60.63º88.79%79.02%-
HSV(B)60.63º38.15%97.65%-
XYZ78.4290.0443.82-
YUV237.8780.67135.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 249 (97.66% from 255) = 38.25%
BLUE value IS 154 (60.55% from 255) = 23.66%
R=38.10%
G=38.25%
B=23.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482491540.0000.380.0260.6388.7979.02
HexF8F99A002623d594f
Octal3703712320046275131117
Binary111110001111100110011010001001101011110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F99A; }

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

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

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

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

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

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

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

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