Html Css Color HEX #FAF59D Pale Prim

📋 copy color: '#FAF59D'

red 250 ◦ green 245 ◦ blue 157

#FAF59D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Prim #FAF59D

Tints of Pale Prim #FAF59D

RGB

 RED value IS 250 (98.05% from 255) = 38.34%

 GREEN value IS 245 (96.09% from 255) = 37.58%

 BLUE value IS 157 (61.72% from 255) = 24.08%

R = 38.34%
G = 37.58%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAF59D (or 0xFAF59D) is known color: Pale Prim. HEX triplet: FA, F5 and 9D. RGB value is (250,245,157). Sum of RGB (Red+Green+Blue) = 250+245+157=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 157 (61.72% from 255 or 24.08% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF59D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF59D is #050A62. Grayscale: #ECECEC. Windows color (decimal): -330339 or 10352122. OLE color: 10352122.

HSL color Cylindrical-coordinate representation of color #FAF59D: hue angle of 56.77º 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 #FAF59D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 157 -
CMYK 0 0.02 0.37 0.02
HSL 56.77º 0.9% 0.8% -
HSV(B) 56.77º 0.37% 0.98% -
XYZ 78.16 88.06 44.78 -
YUV 236.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 250 245 157 0 0.02 0.37 0.02 56.77 0.9 0.8
Hex FA F5 9D 0 2 25 2 39 5A 50
Octal 372 365 235 0 2 45 2 71 132 120
Binary 11111010 11110101 10011101 0 10 100101 10 111001 1011010 1010000

Color Harmonies of #FAF59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF59D

Black with #FAF59D

Text Example


Text Example

White with #FAF59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF59D; }

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

 H1.HeaderClassName
 {
   color: #FAF59D;
 }
 .AnyTagClassName
 {
   color: #FAF59D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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