#FBF875

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

Shades of Witch Haze #FBF875

Tints of Witch Haze #FBF875

Color information

#FBF875 (or 0xFBF875) is unknown color: approx Witch Haze. HEX triplet: FB, F8 and 75. RGB value is (251,248,117). Sum of RGB (Red+Green+Blue) = 251+248+117=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 117 (46.09% from 255 or 18.99% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF875 is #04078A. Grayscale: #EAEAEA. Windows color (decimal): -264075 or 7731451. OLE color: 7731451.

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

Color convert

RGB251248117-
CMYK00.010.530.02
HSL58.66º94.37%72.16%-
HSV(B)58.66º53.39%98.43%-
XYZ76.5688.9329.96-
YUV233.9661.99140.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 248 (97.27% from 255) = 40.26%
BLUE value IS 117 (46.09% from 255) = 18.99%
R=40.75%
G=40.26%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124811700.010.530.0258.6694.3772.16
HexFBF875013523b5e48
Octal3733701650165273136110
Binary11111011111110001110101011101011011101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF875; }

 p { color: rgb(251,248,117); }

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

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

 a { background-color: rgb(251,248,117); }

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

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

 span { border-color: rgb(251,248,117); }

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