#FBF180

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

Shades of Witch Haze #FBF180

Tints of Witch Haze #FBF180

Color information

#FBF180 (or 0xFBF180) is unknown color: approx Witch Haze. HEX triplet: FB, F1 and 80. RGB value is (251,241,128). Sum of RGB (Red+Green+Blue) = 251+241+128=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 128 (50.39% from 255 or 20.65% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF180 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF180 is #040E7F. Grayscale: #E7E7E7. Windows color (decimal): -265856 or 8450555. OLE color: 8450555.

HSL color Cylindrical-coordinate representation of color #FBF180: hue angle of 55.12º 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 #FBF180 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB251241128-
CMYK00.040.490.02
HSL55.12º93.89%74.31%-
HSV(B)55.12º49%98.43%-
XYZ75.1484.9832.86-
YUV231.1169.81142.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 128 (50.39% from 255) = 20.65%
R=40.48%
G=38.87%
B=20.65%

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
Decimal25124112800.040.490.0255.1293.8974.31
HexFBF18004312375e4a
Octal3733612000461267136112
Binary11111011111100011000000001001100011011011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF180; }

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

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

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

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

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

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

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

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