#FBF16B

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

Shades of Witch Haze #FBF16B

Tints of Witch Haze #FBF16B

Color information

#FBF16B (or 0xFBF16B) is unknown color: approx Witch Haze. HEX triplet: FB, F1 and 6B. RGB value is (251,241,107). Sum of RGB (Red+Green+Blue) = 251+241+107=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 107 (42.19% from 255 or 17.86% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF16B is #040E94. Grayscale: #E5E5E5. Windows color (decimal): -265877 or 7074299. OLE color: 7074299.

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

Color convert

RGB251241107-
CMYK00.040.570.02
HSL55.83º94.74%70.2%-
HSV(B)55.83º57.37%98.43%-
XYZ73.8984.4826.32-
YUV228.7159.31143.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 107 (42.19% from 255) = 17.86%
R=41.90%
G=40.23%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124110700.040.570.0255.8394.7470.2
HexFBF16B04392385f46
Octal3733611530471270137106
Binary1111101111110001110101101001110011011100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF16B; }

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

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

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

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

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

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

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

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