Html Css Color HEX #FAF278 Witch Haze

📋 copy color: '#FAF278'

red 250 ◦ green 242 ◦ blue 120

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

Shades of Witch Haze #FAF278

Tints of Witch Haze #FAF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.61%

R = 40.85%
G = 39.54%
B = 19.61%

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

#FAF278 (or 0xFAF278) is known color: Witch Haze. HEX triplet: FA, F2 and 78. RGB value is (250,242,120). Sum of RGB (Red+Green+Blue) = 250+242+120=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 120 (47.27% from 255 or 19.61% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF278 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF278 is #050D87. Grayscale: #E6E6E6. Windows color (decimal): -331144 or 7926522. OLE color: 7926522.

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

Color convert

RGB 250 242 120 -
CMYK 0 0.03 0.52 0.02
HSL 56.31º 0.93% 0.73% -
HSV(B) 56.31º 0.52% 0.98% -
XYZ 74.57 85.18 30.28 -
YUV 230.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 250 242 120 0 0.03 0.52 0.02 56.31 0.93 0.73
Hex FA F2 78 0 3 34 2 38 5D 49
Octal 372 362 170 0 3 64 2 70 135 111
Binary 11111010 11110010 1111000 0 11 110100 10 111000 1011101 1001001

Color Harmonies of #FAF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF278

Black with #FAF278

Text Example


Text Example

White with #FAF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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