#FFF46A

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

Shades of Witch Haze #FFF46A

Tints of Witch Haze #FFF46A

Color information

#FFF46A (or 0xFFF46A) is unknown color: approx Witch Haze. HEX triplet: FF, F4 and 6A. RGB value is (255,244,106). Sum of RGB (Red+Green+Blue) = 255+244+106=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 106 (41.80% from 255 or 17.52% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF46A is #000B95. Grayscale: #E8E8E8. Windows color (decimal): -2966 or 7009535. OLE color: 7009535.

HSL color Cylindrical-coordinate representation of color #FFF46A: hue angle of 55.57º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFF46A is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255244106-
CMYK00.040.580
HSL55.57º100%70.78%-
HSV(B)55.57º58.43%100%-
XYZ76.198726.41-
YUV231.5657.14144.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 106 (41.80% from 255) = 17.52%
R=42.15%
G=40.33%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524410600.040.58055.5710070.78
HexFFF46A043A0386447
Octal3773641520472070144107
Binary111111111111010011010100100111010011100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF46A; }

 p { color: rgb(255,244,106); }

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

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

 a { background-color: rgb(255,244,106); }

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

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

 span { border-color: rgb(255,244,106); }

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