#FBF281

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

Shades of Witch Haze #FBF281

Tints of Witch Haze #FBF281

Color information

#FBF281 (or 0xFBF281) is unknown color: approx Witch Haze. HEX triplet: FB, F2 and 81. RGB value is (251,242,129). Sum of RGB (Red+Green+Blue) = 251+242+129=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 129 (50.78% from 255 or 20.74% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF281 is #040D7E. Grayscale: #E8E8E8. Windows color (decimal): -265599 or 8516347. OLE color: 8516347.

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

Color convert

RGB251242129-
CMYK00.040.490.02
HSL55.57º93.85%74.51%-
HSV(B)55.57º48.61%98.43%-
XYZ75.585.633.31-
YUV231.8169.98141.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 129 (50.78% from 255) = 20.74%
R=40.35%
G=38.91%
B=20.74%

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
Decimal25124212900.040.490.0255.5793.8574.51
HexFBF28104312385e4b
Octal3733622010461270136113
Binary11111011111100101000000101001100011011100010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF281; }

 p { color: rgb(251,242,129); }

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

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

 a { background-color: rgb(251,242,129); }

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

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

 span { border-color: rgb(251,242,129); }

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