Html Css Color HEX #F9F280 Witch Haze

📋 copy color: '#F9F280'

red 249 ◦ green 242 ◦ blue 128

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

Shades of Witch Haze #F9F280

Tints of Witch Haze #F9F280

RGB

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

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

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

R = 40.23%
G = 39.1%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9F280 (or 0xF9F280) is known color: Witch Haze. HEX triplet: F9, F2 and 80. RGB value is (249,242,128). Sum of RGB (Red+Green+Blue) = 249+242+128=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F280 is #060D7F. Grayscale: #E7E7E7. Windows color (decimal): -396672 or 8450809. OLE color: 8450809.

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

Color convert

RGB 249 242 128 -
CMYK 0 0.03 0.49 0.02
HSL 56.53º 0.91% 0.74% -
HSV(B) 56.53º 0.49% 0.98% -
XYZ 74.72 85.2 32.93 -
YUV 231.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 249 242 128 0 0.03 0.49 0.02 56.53 0.91 0.74
Hex F9 F2 80 0 3 31 2 39 5B 4A
Octal 371 362 200 0 3 61 2 71 133 112
Binary 11111001 11110010 10000000 0 11 110001 10 111001 1011011 1001010

Color Harmonies of #F9F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F280

Black with #F9F280

Text Example


Text Example

White with #F9F280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F280; }

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

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

background-color css

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

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

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

border-color css

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

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

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