#FBF071

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

Shades of Witch Haze #FBF071

Tints of Witch Haze #FBF071

Color information

#FBF071 (or 0xFBF071) is unknown color: approx Witch Haze. HEX triplet: FB, F0 and 71. RGB value is (251,240,113). Sum of RGB (Red+Green+Blue) = 251+240+113=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 113 (44.53% from 255 or 18.71% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF071 is #040F8E. Grayscale: #E5E5E5. Windows color (decimal): -266127 or 7467259. OLE color: 7467259.

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

Color convert

RGB251240113-
CMYK00.040.550.02
HSL55.22º94.52%71.37%-
HSV(B)55.22º54.98%98.43%-
XYZ73.9284.0227.94-
YUV228.8162.64143.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 113 (44.53% from 255) = 18.71%
R=41.56%
G=39.74%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124011300.040.550.0255.2294.5271.37
HexFBF07104372375f47
Octal3733601610467267137107
Binary1111101111110000111000101001101111011011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF071; }

 p { color: rgb(251,240,113); }

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

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

 a { background-color: rgb(251,240,113); }

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

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

 span { border-color: rgb(251,240,113); }

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