#FBF080

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

Shades of Witch Haze #FBF080

Tints of Witch Haze #FBF080

Color information

#FBF080 (or 0xFBF080) is unknown color: approx Witch Haze. HEX triplet: FB, F0 and 80. RGB value is (251,240,128). Sum of RGB (Red+Green+Blue) = 251+240+128=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF080 is #040F7F. Grayscale: #E6E6E6. Windows color (decimal): -266112 or 8450299. OLE color: 8450299.

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

Color convert

RGB251240128-
CMYK00.040.490.02
HSL54.63º93.89%74.31%-
HSV(B)54.63º49%98.43%-
XYZ74.8484.3932.77-
YUV230.5270.14142.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 240 (94.14% from 255) = 38.77%
BLUE value IS 128 (50.39% from 255) = 20.68%
R=40.55%
G=38.77%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124012800.040.490.0254.6393.8974.31
HexFBF08004312375e4a
Octal3733602000461267136112
Binary11111011111100001000000001001100011011011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF080; }

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

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

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

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

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

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

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

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