#FAF29A

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

Shades of Pale Prim #FAF29A

Tints of Pale Prim #FAF29A

Color information

#FAF29A (or 0xFAF29A) is unknown color: approx Pale Prim. HEX triplet: FA, F2 and 9A. RGB value is (250,242,154). Sum of RGB (Red+Green+Blue) = 250+242+154=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 154 (60.55% from 255 or 23.84% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF29A is #050D65. Grayscale: #EAEAEA. Windows color (decimal): -331110 or 10154746. OLE color: 10154746.

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

Color convert

RGB250242154-
CMYK00.030.380.02
HSL55º90.57%79.22%-
HSV(B)55º38.4%98.04%-
XYZ77.0186.1643.14-
YUV234.3682.65139.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 154 (60.55% from 255) = 23.84%
R=38.70%
G=37.46%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024215400.030.380.025590.5779.22
HexFAF29A03262375b4f
Octal3723622320346267133117
Binary1111101011110010100110100111001101011011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF29A; }

 p { color: rgb(250,242,154); }

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

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

 a { background-color: rgb(250,242,154); }

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

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

 span { border-color: rgb(250,242,154); }

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