#FBF07C

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

Shades of Witch Haze #FBF07C

Tints of Witch Haze #FBF07C

Color information

#FBF07C (or 0xFBF07C) is unknown color: approx Witch Haze. HEX triplet: FB, F0 and 7C. RGB value is (251,240,124). Sum of RGB (Red+Green+Blue) = 251+240+124=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 124 (48.83% from 255 or 20.16% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF07C is #040F83. Grayscale: #E6E6E6. Windows color (decimal): -266116 or 8188155. OLE color: 8188155.

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

Color convert

RGB251240124-
CMYK00.040.510.02
HSL54.8º94.07%73.53%-
HSV(B)54.8º50.6%98.43%-
XYZ74.5884.2831.41-
YUV230.0668.14142.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 240 (94.14% from 255) = 39.02%
BLUE value IS 124 (48.83% from 255) = 20.16%
R=40.81%
G=39.02%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124012400.040.510.0254.894.0773.53
HexFBF07C04332375e4a
Octal3733601740463267136112
Binary1111101111110000111110001001100111011011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF07C; }

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

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

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

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

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

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

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

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