Html Css Color HEX #FAF799 Pale Prim

📋 copy color: '#FAF799'

red 250 ◦ green 247 ◦ blue 153

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

Shades of Pale Prim #FAF799

Tints of Pale Prim #FAF799

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38%

 BLUE value IS 153 (60.16% from 255) = 23.54%

R = 38.46%
G = 38%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAF799 (or 0xFAF799) is known color: Pale Prim. HEX triplet: FA, F7 and 99. RGB value is (250,247,153). Sum of RGB (Red+Green+Blue) = 250+247+153=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 153 (60.16% from 255 or 23.54% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF799 is #050866. Grayscale: #EDEDED. Windows color (decimal): -329831 or 10090490. OLE color: 10090490.

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

Color convert

RGB 250 247 153 -
CMYK 0 0.01 0.39 0.02
HSL 58.14º 0.91% 0.79% -
HSV(B) 58.14º 0.39% 0.98% -
XYZ 78.43 89.15 43.21 -
YUV 237.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 250 247 153 0 0.01 0.39 0.02 58.14 0.91 0.79
Hex FA F7 99 0 1 27 2 3A 5B 4F
Octal 372 367 231 0 1 47 2 72 133 117
Binary 11111010 11110111 10011001 0 1 100111 10 111010 1011011 1001111

Color Harmonies of #FAF799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF799

Black with #FAF799

Text Example


Text Example

White with #FAF799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF799; }

 p { color: rgb(250,247,153); }

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

background-color css

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

 a { background-color: rgb(250,247,153); }

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

border-color css

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

 span { border-color: rgb(250,247,153); }

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