Html Css Color HEX #FAF77D Witch Haze

📋 copy color: '#FAF77D'

red 250 ◦ green 247 ◦ blue 125

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

Shades of Witch Haze #FAF77D

Tints of Witch Haze #FAF77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.1%

R = 40.19%
G = 39.71%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAF77D (or 0xFAF77D) is known color: Witch Haze. HEX triplet: FA, F7 and 7D. RGB value is (250,247,125). Sum of RGB (Red+Green+Blue) = 250+247+125=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF77D is #050882. Grayscale: #EAEAEA. Windows color (decimal): -329859 or 8255482. OLE color: 8255482.

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

Color convert

RGB 250 247 125 -
CMYK 0 0.01 0.50 0.02
HSL 58.56º 0.93% 0.74% -
HSV(B) 58.56º 0.5% 0.98% -
XYZ 76.39 88.33 32.42 -
YUV 233.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 250 247 125 0 0.01 0.50 0.02 58.56 0.93 0.74
Hex FA F7 7D 0 1 32 2 3B 5D 4A
Octal 372 367 175 0 1 62 2 73 135 112
Binary 11111010 11110111 1111101 0 1 110010 10 111011 1011101 1001010

Color Harmonies of #FAF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF77D

Black with #FAF77D

Text Example


Text Example

White with #FAF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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