Html Css Color HEX #FAF679 Witch Haze

📋 copy color: '#FAF679'

red 250 ◦ green 246 ◦ blue 121

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

Shades of Witch Haze #FAF679

Tints of Witch Haze #FAF679

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.87%

 BLUE value IS 121 (47.66% from 255) = 19.61%

R = 40.52%
G = 39.87%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAF679 (or 0xFAF679) is known color: Witch Haze. HEX triplet: FA, F6 and 79. RGB value is (250,246,121). Sum of RGB (Red+Green+Blue) = 250+246+121=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 121 (47.66% from 255 or 19.61% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF679 is #050986. Grayscale: #E9E9E9. Windows color (decimal): -330119 or 7993082. OLE color: 7993082.

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

Color convert

RGB 250 246 121 -
CMYK 0 0.02 0.52 0.02
HSL 58.14º 0.93% 0.73% -
HSV(B) 58.14º 0.52% 0.98% -
XYZ 75.83 87.62 31 -
YUV 232.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 250 246 121 0 0.02 0.52 0.02 58.14 0.93 0.73
Hex FA F6 79 0 2 34 2 3A 5D 49
Octal 372 366 171 0 2 64 2 72 135 111
Binary 11111010 11110110 1111001 0 10 110100 10 111010 1011101 1001001

Color Harmonies of #FAF679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF679

Black with #FAF679

Text Example


Text Example

White with #FAF679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF679; }

 p { color: rgb(250,246,121); }

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

background-color css

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

 a { background-color: rgb(250,246,121); }

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

border-color css

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

 span { border-color: rgb(250,246,121); }

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