#FFF66B

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

Shades of Witch Haze #FFF66B

Tints of Witch Haze #FFF66B

Color information

#FFF66B (or 0xFFF66B) is unknown color: approx Witch Haze. HEX triplet: FF, F6 and 6B. RGB value is (255,246,107). Sum of RGB (Red+Green+Blue) = 255+246+107=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 107 (42.19% from 255 or 17.60% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF66B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF66B is #000994. Grayscale: #E9E9E9. Windows color (decimal): -2453 or 7075583. OLE color: 7075583.

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

Color convert

RGB255246107-
CMYK00.040.580
HSL56.35º100%70.98%-
HSV(B)56.35º58.04%100%-
XYZ76.8588.2326.89-
YUV232.8456.98143.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 246 (96.48% from 255) = 40.46%
BLUE value IS 107 (42.19% from 255) = 17.60%
R=41.94%
G=40.46%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524610700.040.58056.3510070.98
HexFFF66B043A0386447
Octal3773661530472070144107
Binary111111111111011011010110100111010011100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF66B; }

 p { color: rgb(255,246,107); }

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

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

 a { background-color: rgb(255,246,107); }

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

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

 span { border-color: rgb(255,246,107); }

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