#F8F69A

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

Shades of Pale Prim #F8F69A

Tints of Pale Prim #F8F69A

Color information

#F8F69A (or 0xF8F69A) is unknown color: approx Pale Prim. HEX triplet: F8, F6 and 9A. RGB value is (248,246,154). Sum of RGB (Red+Green+Blue) = 248+246+154=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 154 (60.55% from 255 or 23.77% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F69A is #070965. Grayscale: #ECECEC. Windows color (decimal): -461158 or 10155768. OLE color: 10155768.

HSL color Cylindrical-coordinate representation of color #F8F69A: hue angle of 58.72º 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 #F8F69A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248246154-
CMYK00.010.380.03
HSL58.72º87.04%78.82%-
HSV(B)58.72º37.9%97.25%-
XYZ77.588.243.51-
YUV236.1181.66136.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.27%
GREEN value IS 246 (96.48% from 255) = 37.96%
BLUE value IS 154 (60.55% from 255) = 23.77%
R=38.27%
G=37.96%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824615400.010.380.0358.7287.0478.82
HexF8F69A012633b574f
Octal3703662320146373127117
Binary111110001111011010011010011001101111101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F69A; }

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

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

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

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

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

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

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

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