Html Css Color HEX #F9F170 Witch Haze

📋 copy color: '#F9F170'

red 249 ◦ green 241 ◦ blue 112

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

Shades of Witch Haze #F9F170

Tints of Witch Haze #F9F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.03%

 BLUE value IS 112 (44.14% from 255) = 18.6%

R = 41.36%
G = 40.03%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9F170 (or 0xF9F170) is known color: Witch Haze. HEX triplet: F9, F1 and 70. RGB value is (249,241,112). Sum of RGB (Red+Green+Blue) = 249+241+112=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 112 (44.14% from 255 or 18.60% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F170 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F170 is #060E8F. Grayscale: #E5E5E5. Windows color (decimal): -396944 or 7401977. OLE color: 7401977.

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

Color convert

RGB 249 241 112 -
CMYK 0 0.03 0.55 0.02
HSL 56.5º 0.92% 0.71% -
HSV(B) 56.5º 0.55% 0.98% -
XYZ 73.45 84.22 27.71 -
YUV 228.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 249 241 112 0 0.03 0.55 0.02 56.5 0.92 0.71
Hex F9 F1 70 0 3 37 2 38 5C 47
Octal 371 361 160 0 3 67 2 70 134 107
Binary 11111001 11110001 1110000 0 11 110111 10 111000 1011100 1000111

Color Harmonies of #F9F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F170

Black with #F9F170

Text Example


Text Example

White with #F9F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F170; }

 p { color: rgb(249,241,112); }

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

background-color css

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

 a { background-color: rgb(249,241,112); }

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

border-color css

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

 span { border-color: rgb(249,241,112); }

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