Html Css Color HEX #FAF273 Witch Haze

📋 copy color: '#FAF273'

red 250 ◦ green 242 ◦ blue 115

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

Shades of Witch Haze #FAF273

Tints of Witch Haze #FAF273

RGB

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

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

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

R = 41.19%
G = 39.87%
B = 18.95%

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

#FAF273 (or 0xFAF273) is known color: Witch Haze. HEX triplet: FA, F2 and 73. RGB value is (250,242,115). Sum of RGB (Red+Green+Blue) = 250+242+115=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 115 (45.31% from 255 or 18.95% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF273 is #050D8C. Grayscale: #E6E6E6. Windows color (decimal): -331149 or 7598842. OLE color: 7598842.

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

Color convert

RGB 250 242 115 -
CMYK 0 0.03 0.54 0.02
HSL 56.44º 0.93% 0.72% -
HSV(B) 56.44º 0.54% 0.98% -
XYZ 74.27 85.07 28.72 -
YUV 229.91 63.15 142.33 -
System Red Green Blue C M Y K H S L
Decimal 250 242 115 0 0.03 0.54 0.02 56.44 0.93 0.72
Hex FA F2 73 0 3 36 2 38 5D 48
Octal 372 362 163 0 3 66 2 70 135 110
Binary 11111010 11110010 1110011 0 11 110110 10 111000 1011101 1001000

Color Harmonies of #FAF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF273

Black with #FAF273

Text Example


Text Example

White with #FAF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF273; }

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

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

background-color css

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

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

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

border-color css

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

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

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