#FBF182

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

Shades of Witch Haze #FBF182

Tints of Witch Haze #FBF182

Color information

#FBF182 (or 0xFBF182) is unknown color: approx Witch Haze. HEX triplet: FB, F1 and 82. RGB value is (251,241,130). Sum of RGB (Red+Green+Blue) = 251+241+130=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 130 (51.17% from 255 or 20.90% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF182 is #040E7D. Grayscale: #E7E7E7. Windows color (decimal): -265854 or 8581627. OLE color: 8581627.

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

Color convert

RGB251241130-
CMYK00.040.480.02
HSL55.04º93.8%74.71%-
HSV(B)55.04º48.21%98.43%-
XYZ75.2785.0333.56-
YUV231.3470.81142.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 130 (51.17% from 255) = 20.90%
R=40.35%
G=38.75%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124113000.040.480.0255.0493.874.71
HexFBF18204302375e4b
Octal3733612020460267136113
Binary11111011111100011000001001001100001011011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF182; }

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

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

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

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

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

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

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

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