#FBF073

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

Shades of Witch Haze #FBF073

Tints of Witch Haze #FBF073

Color information

#FBF073 (or 0xFBF073) is unknown color: approx Witch Haze. HEX triplet: FB, F0 and 73. RGB value is (251,240,115). Sum of RGB (Red+Green+Blue) = 251+240+115=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 115 (45.31% from 255 or 18.98% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF073 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF073 is #040F8C. Grayscale: #E5E5E5. Windows color (decimal): -266125 or 7598331. OLE color: 7598331.

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

Color convert

RGB251240115-
CMYK00.040.540.02
HSL55.15º94.44%71.76%-
HSV(B)55.15º54.18%98.43%-
XYZ74.0484.0728.54-
YUV229.0463.64143.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 240 (94.14% from 255) = 39.60%
BLUE value IS 115 (45.31% from 255) = 18.98%
R=41.42%
G=39.60%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124011500.040.540.0255.1594.4471.76
HexFBF07304362375e48
Octal3733601630466267136110
Binary1111101111110000111001101001101101011011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF073; }

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

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

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

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

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

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

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

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