#FFF571

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

Shades of Witch Haze #FFF571

Tints of Witch Haze #FFF571

Color information

#FFF571 (or 0xFFF571) is unknown color: approx Witch Haze. HEX triplet: FF, F5 and 71. RGB value is (255,245,113). Sum of RGB (Red+Green+Blue) = 255+245+113=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 113 (44.53% from 255 or 18.43% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF571 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF571 is #000A8E. Grayscale: #E9E9E9. Windows color (decimal): -2703 or 7468543. OLE color: 7468543.

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

Color convert

RGB255245113-
CMYK00.040.560
HSL55.77º100%72.16%-
HSV(B)55.77º55.69%100%-
XYZ76.8787.7628.51-
YUV232.9460.31143.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 113 (44.53% from 255) = 18.43%
R=41.60%
G=39.97%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524511300.040.56055.7710072.16
HexFFF57104380386448
Octal3773651610470070144110
Binary111111111111010111100010100111000011100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF571; }

 p { color: rgb(255,245,113); }

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

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

 a { background-color: rgb(255,245,113); }

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

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

 span { border-color: rgb(255,245,113); }

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