#fff06a

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

Shades of Witch Haze #FFF06A

Tints of Witch Haze #FFF06A

Color information

#FFF06A (or 0xFFF06A) is unknown color: approx Witch Haze. HEX triplet: FF, F0 and 6A. RGB value is (255,240,106). Sum of RGB (Red+Green+Blue) = 255+240+106=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 106 (41.80% from 255 or 17.64% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF06A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF06A is #000F95. Grayscale: #E5E5E5. Windows color (decimal): -3990 or 7008511. OLE color: 7008511.

HSL color Cylindrical-coordinate representation of color #FFF06A: hue angle of 53.96º 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 #FFF06A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255240106-
CMYK00.060.580
HSL53.96º100%70.78%-
HSV(B)53.96º58.43%100%-
XYZ7584.6226.02-
YUV229.2158.47146.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 106 (41.80% from 255) = 17.64%
R=42.43%
G=39.93%
B=17.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524010600.060.58053.9610070.78
HexFFF06A063A0366447
Octal3773601520672066144107
Binary111111111111000011010100110111010011011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff06a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff06a; }

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

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

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

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

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

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

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

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