Html Css Color HEX #FAF279 Witch Haze

📋 copy color: '#FAF279'

red 250 ◦ green 242 ◦ blue 121

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

Shades of Witch Haze #FAF279

Tints of Witch Haze #FAF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.48%

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

R = 40.78%
G = 39.48%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAF279 (or 0xFAF279) is known color: Witch Haze. HEX triplet: FA, F2 and 79. RGB value is (250,242,121). Sum of RGB (Red+Green+Blue) = 250+242+121=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 121 (47.66% from 255 or 19.74% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF279 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF279 is #050D86. Grayscale: #E7E7E7. Windows color (decimal): -331143 or 7992058. OLE color: 7992058.

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

Color convert

RGB 250 242 121 -
CMYK 0 0.03 0.52 0.02
HSL 56.28º 0.93% 0.73% -
HSV(B) 56.28º 0.52% 0.98% -
XYZ 74.63 85.21 30.6 -
YUV 230.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 250 242 121 0 0.03 0.52 0.02 56.28 0.93 0.73
Hex FA F2 79 0 3 34 2 38 5D 49
Octal 372 362 171 0 3 64 2 70 135 111
Binary 11111010 11110010 1111001 0 11 110100 10 111000 1011101 1001001

Color Harmonies of #FAF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF279

Black with #FAF279

Text Example


Text Example

White with #FAF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF279; }

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

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

background-color css

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

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

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

border-color css

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

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

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