Html Css Color HEX #FAF781 Witch Haze

📋 copy color: '#FAF781'

red 250 ◦ green 247 ◦ blue 129

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

Shades of Witch Haze #FAF781

Tints of Witch Haze #FAF781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 20.61%

R = 39.94%
G = 39.46%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAF781 (or 0xFAF781) is known color: Witch Haze. HEX triplet: FA, F7 and 81. RGB value is (250,247,129). Sum of RGB (Red+Green+Blue) = 250+247+129=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 129 (50.78% from 255 or 20.61% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF781 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF781 is #05087E. Grayscale: #EAEAEA. Windows color (decimal): -329855 or 8517626. OLE color: 8517626.

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

Color convert

RGB 250 247 129 -
CMYK 0 0.01 0.48 0.02
HSL 58.51º 0.92% 0.74% -
HSV(B) 58.51º 0.48% 0.98% -
XYZ 76.65 88.43 33.8 -
YUV 234.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 250 247 129 0 0.01 0.48 0.02 58.51 0.92 0.74
Hex FA F7 81 0 1 30 2 3B 5C 4A
Octal 372 367 201 0 1 60 2 73 134 112
Binary 11111010 11110111 10000001 0 1 110000 10 111011 1011100 1001010

Color Harmonies of #FAF781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF781

Black with #FAF781

Text Example


Text Example

White with #FAF781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF781; }

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

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

background-color css

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

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

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

border-color css

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

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

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