Html Css Color HEX #FAF274 Witch Haze

📋 copy color: '#FAF274'

red 250 ◦ green 242 ◦ blue 116

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

Shades of Witch Haze #FAF274

Tints of Witch Haze #FAF274

RGB

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

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

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

R = 41.12%
G = 39.8%
B = 19.08%

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

#FAF274 (or 0xFAF274) is known color: Witch Haze. HEX triplet: FA, F2 and 74. RGB value is (250,242,116). Sum of RGB (Red+Green+Blue) = 250+242+116=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 116 (45.70% from 255 or 19.08% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF274 is #050D8B. Grayscale: #E6E6E6. Windows color (decimal): -331148 or 7664378. OLE color: 7664378.

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

Color convert

RGB 250 242 116 -
CMYK 0 0.03 0.54 0.02
HSL 56.42º 0.93% 0.72% -
HSV(B) 56.42º 0.54% 0.98% -
XYZ 74.33 85.09 29.03 -
YUV 230.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 250 242 116 0 0.03 0.54 0.02 56.42 0.93 0.72
Hex FA F2 74 0 3 36 2 38 5D 48
Octal 372 362 164 0 3 66 2 70 135 110
Binary 11111010 11110010 1110100 0 11 110110 10 111000 1011101 1001000

Color Harmonies of #FAF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF274

Black with #FAF274

Text Example


Text Example

White with #FAF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF274; }

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

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

background-color css

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

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

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

border-color css

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

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

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