#FBF675

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

Shades of Witch Haze #FBF675

Tints of Witch Haze #FBF675

Color information

#FBF675 (or 0xFBF675) is unknown color: approx Witch Haze. HEX triplet: FB, F6 and 75. RGB value is (251,246,117). Sum of RGB (Red+Green+Blue) = 251+246+117=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 117 (46.09% from 255 or 19.06% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF675 is #04098A. Grayscale: #E9E9E9. Windows color (decimal): -264587 or 7730939. OLE color: 7730939.

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

Color convert

RGB251246117-
CMYK00.020.530.02
HSL57.76º94.37%72.16%-
HSV(B)57.76º53.39%98.43%-
XYZ75.9587.7129.76-
YUV232.7962.66140.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 246 (96.48% from 255) = 40.07%
BLUE value IS 117 (46.09% from 255) = 19.06%
R=40.88%
G=40.07%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124611700.020.530.0257.7694.3772.16
HexFBF675023523a5e48
Octal3733661650265272136110
Binary111110111111011011101010101101011011101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF675; }

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

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

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

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

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

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

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

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