Html Css Color HEX #F9FA80 Witch Haze

📋 copy color: '#F9FA80'

red 249 ◦ green 250 ◦ blue 128

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

Shades of Witch Haze #F9FA80

Tints of Witch Haze #F9FA80

RGB

 RED value IS 249 (97.66% from 255) = 39.71%

 GREEN value IS 250 (98.05% from 255) = 39.87%

 BLUE value IS 128 (50.39% from 255) = 20.41%

R = 39.71%
G = 39.87%
B = 20.41%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9FA80 (or 0xF9FA80) is known color: Witch Haze. HEX triplet: F9, FA and 80. RGB value is (249,250,128). Sum of RGB (Red+Green+Blue) = 249+250+128=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 128 (50.39% from 255 or 20.41% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FA80 is #06057F. Grayscale: #ECECEC. Windows color (decimal): -394624 or 8452857. OLE color: 8452857.

HSL color Cylindrical-coordinate representation of color #F9FA80: hue angle of 60.49º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9FA80 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 128 -
CMYK 0.00 0 0.49 0.02
HSL 60.49º 0.92% 0.74% -
HSV(B) 60.49º 0.49% 0.98% -
XYZ 77.15 90.07 33.74 -
YUV 235.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 249 250 128 0.00 0 0.49 0.02 60.49 0.92 0.74
Hex F9 FA 80 0 0 31 2 3C 5C 4A
Octal 371 372 200 0 0 61 2 74 134 112
Binary 11111001 11111010 10000000 0 0 110001 10 111100 1011100 1001010

Color Harmonies of #F9FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FA80

Black with #F9FA80

Text Example


Text Example

White with #F9FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FA80; }

 p { color: rgb(249,250,128); }

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

background-color css

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

 a { background-color: rgb(249,250,128); }

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

border-color css

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

 span { border-color: rgb(249,250,128); }

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