#FFF672

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

Shades of Witch Haze #FFF672

Tints of Witch Haze #FFF672

Color information

#FFF672 (or 0xFFF672) is unknown color: approx Witch Haze. HEX triplet: FF, F6 and 72. RGB value is (255,246,114). Sum of RGB (Red+Green+Blue) = 255+246+114=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 114 (44.92% from 255 or 18.54% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF672 is #00098D. Grayscale: #EAEAEA. Windows color (decimal): -2446 or 7534335. OLE color: 7534335.

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

Color convert

RGB255246114-
CMYK00.040.550
HSL56.17º100%72.35%-
HSV(B)56.17º55.29%100%-
XYZ77.2388.3928.91-
YUV233.6460.48143.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 246 (96.48% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 18.54%
R=41.46%
G=40%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524611400.040.55056.1710072.35
HexFFF67204370386448
Octal3773661620467070144110
Binary111111111111011011100100100110111011100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF672; }

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

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

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

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

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

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

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

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