#FFF16E

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

Shades of Witch Haze #FFF16E

Tints of Witch Haze #FFF16E

Color information

#FFF16E (or 0xFFF16E) is unknown color: approx Witch Haze. HEX triplet: FF, F1 and 6E. RGB value is (255,241,110). Sum of RGB (Red+Green+Blue) = 255+241+110=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 110 (43.36% from 255 or 18.15% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF16E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF16E is #000E91. Grayscale: #E6E6E6. Windows color (decimal): -3730 or 7270911. OLE color: 7270911.

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

Color convert

RGB255241110-
CMYK00.050.570
HSL54.21º100%71.57%-
HSV(B)54.21º56.86%100%-
XYZ75.5185.327.24-
YUV230.2560.14145.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 241 (94.53% from 255) = 39.77%
BLUE value IS 110 (43.36% from 255) = 18.15%
R=42.08%
G=39.77%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524111000.050.57054.2110071.57
HexFFF16E05390366448
Octal3773611560571066144110
Binary111111111111000111011100101111001011011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF16E; }

 p { color: rgb(255,241,110); }

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

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

 a { background-color: rgb(255,241,110); }

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

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

 span { border-color: rgb(255,241,110); }

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