Html Css Color HEX #FAF074 Witch Haze

📋 copy color: '#FAF074'

red 250 ◦ green 240 ◦ blue 116

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

Shades of Witch Haze #FAF074

Tints of Witch Haze #FAF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.6%

 BLUE value IS 116 (45.7% from 255) = 19.14%

R = 41.25%
G = 39.6%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAF074 (or 0xFAF074) is known color: Witch Haze. HEX triplet: FA, F0 and 74. RGB value is (250,240,116). Sum of RGB (Red+Green+Blue) = 250+240+116=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 116 (45.70% from 255 or 19.14% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF074 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF074 is #050F8B. Grayscale: #E5E5E5. Windows color (decimal): -331660 or 7663866. OLE color: 7663866.

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

Color convert

RGB 250 240 116 -
CMYK 0 0.04 0.54 0.02
HSL 55.52º 0.93% 0.72% -
HSV(B) 55.52º 0.54% 0.98% -
XYZ 73.74 83.91 28.83 -
YUV 228.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 250 240 116 0 0.04 0.54 0.02 55.52 0.93 0.72
Hex FA F0 74 0 4 36 2 38 5D 48
Octal 372 360 164 0 4 66 2 70 135 110
Binary 11111010 11110000 1110100 0 100 110110 10 111000 1011101 1001000

Color Harmonies of #FAF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF074

Black with #FAF074

Text Example


Text Example

White with #FAF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF074; }

 p { color: rgb(250,240,116); }

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

background-color css

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

 a { background-color: rgb(250,240,116); }

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

border-color css

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

 span { border-color: rgb(250,240,116); }

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