Html Css Color HEX #FAF373 Witch Haze

📋 copy color: '#FAF373'

red 250 ◦ green 243 ◦ blue 115

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

Shades of Witch Haze #FAF373

Tints of Witch Haze #FAF373

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.97%

 BLUE value IS 115 (45.31% from 255) = 18.91%

R = 41.12%
G = 39.97%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAF373 (or 0xFAF373) is known color: Witch Haze. HEX triplet: FA, F3 and 73. RGB value is (250,243,115). Sum of RGB (Red+Green+Blue) = 250+243+115=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 115 (45.31% from 255 or 18.91% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF373 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF373 is #050C8C. Grayscale: #E7E7E7. Windows color (decimal): -330893 or 7599098. OLE color: 7599098.

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

Color convert

RGB 250 243 115 -
CMYK 0 0.03 0.54 0.02
HSL 56.89º 0.93% 0.72% -
HSV(B) 56.89º 0.54% 0.98% -
XYZ 74.57 85.66 28.82 -
YUV 230.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 250 243 115 0 0.03 0.54 0.02 56.89 0.93 0.72
Hex FA F3 73 0 3 36 2 39 5D 48
Octal 372 363 163 0 3 66 2 71 135 110
Binary 11111010 11110011 1110011 0 11 110110 10 111001 1011101 1001000

Color Harmonies of #FAF373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF373

Black with #FAF373

Text Example


Text Example

White with #FAF373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF373; }

 p { color: rgb(250,243,115); }

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

background-color css

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

 a { background-color: rgb(250,243,115); }

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

border-color css

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

 span { border-color: rgb(250,243,115); }

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