#F9F274

Color #F9F274 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #F9F274

Tints of Witch Haze #F9F274

Color information

#F9F274 (or 0xF9F274) is unknown color: approx Witch Haze. HEX triplet: F9, F2 and 74. RGB value is (249,242,116). Sum of RGB (Red+Green+Blue) = 249+242+116=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F274 is #060D8B. Grayscale: #E6E6E6. Windows color (decimal): -396684 or 7664377. OLE color: 7664377.

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

Color convert

RGB249242116-
CMYK00.030.530.02
HSL56.84º91.72%71.57%-
HSV(B)56.84º53.41%97.65%-
XYZ73.9784.929.01-
YUV229.7363.82141.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 116 (45.70% from 255) = 19.11%
R=41.02%
G=39.87%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924211600.030.530.0256.8491.7271.57
HexF9F27403352395c48
Octal3713621640365271134110
Binary111110011111001011101000111101011011100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F274; }

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

 H1.HeaderClassName
 {
   color: #F9F274;
 }
 .AnyTagClassName
 {
   color: #F9F274;
 }
</style>
background-color css

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

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

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

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

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

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