#FBF47C

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

Shades of Witch Haze #FBF47C

Tints of Witch Haze #FBF47C

Color information

#FBF47C (or 0xFBF47C) is unknown color: approx Witch Haze. HEX triplet: FB, F4 and 7C. RGB value is (251,244,124). Sum of RGB (Red+Green+Blue) = 251+244+124=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 124 (48.83% from 255 or 20.03% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF47C is #040B83. Grayscale: #E8E8E8. Windows color (decimal): -265092 or 8189179. OLE color: 8189179.

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

Color convert

RGB251244124-
CMYK00.030.510.02
HSL56.69º94.07%73.53%-
HSV(B)56.69º50.6%98.43%-
XYZ75.7786.6731.8-
YUV232.4166.82141.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 244 (95.70% from 255) = 39.42%
BLUE value IS 124 (48.83% from 255) = 20.03%
R=40.55%
G=39.42%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124412400.030.510.0256.6994.0773.53
HexFBF47C03332395e4a
Octal3733641740363271136112
Binary111110111111010011111000111100111011100110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF47C; }

 p { color: rgb(251,244,124); }

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

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

 a { background-color: rgb(251,244,124); }

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

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

 span { border-color: rgb(251,244,124); }

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