#FAF39D

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

Shades of Pale Prim #FAF39D

Tints of Pale Prim #FAF39D

Color information

#FAF39D (or 0xFAF39D) is unknown color: approx Pale Prim. HEX triplet: FA, F3 and 9D. RGB value is (250,243,157). Sum of RGB (Red+Green+Blue) = 250+243+157=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF39D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF39D is #050C62. Grayscale: #EBEBEB. Windows color (decimal): -330851 or 10351610. OLE color: 10351610.

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

Color convert

RGB250243157-
CMYK00.030.370.02
HSL55.48º90.29%79.8%-
HSV(B)55.48º37.2%98.04%-
XYZ77.5686.8644.58-
YUV235.2983.82138.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 157 (61.72% from 255) = 24.15%
R=38.46%
G=37.38%
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
Decimal25024315700.030.370.0255.4890.2979.8
HexFAF39D03252375a50
Octal3723632350345267132120
Binary1111101011110011100111010111001011011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF39D; }

 p { color: rgb(250,243,157); }

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

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

 a { background-color: rgb(250,243,157); }

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

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

 span { border-color: rgb(250,243,157); }

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