#FBF36C

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

Shades of Witch Haze #FBF36C

Tints of Witch Haze #FBF36C

Color information

#FBF36C (or 0xFBF36C) is unknown color: approx Witch Haze. HEX triplet: FB, F3 and 6C. RGB value is (251,243,108). Sum of RGB (Red+Green+Blue) = 251+243+108=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 108 (42.58% from 255 or 17.94% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF36C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF36C is #040C93. Grayscale: #E6E6E6. Windows color (decimal): -265364 or 7140347. OLE color: 7140347.

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

Color convert

RGB251243108-
CMYK00.030.570.02
HSL56.64º94.7%70.39%-
HSV(B)56.64º56.97%98.43%-
XYZ74.5485.6926.8-
YUV23059.15142.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 108 (42.58% from 255) = 17.94%
R=41.69%
G=40.37%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124310800.030.570.0256.6494.770.39
HexFBF36C03392395f46
Octal3733631540371271137106
Binary111110111111001111011000111110011011100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF36C; }

 p { color: rgb(251,243,108); }

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

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

 a { background-color: rgb(251,243,108); }

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

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

 span { border-color: rgb(251,243,108); }

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