#FBF07A

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

Shades of Witch Haze #FBF07A

Tints of Witch Haze #FBF07A

Color information

#FBF07A (or 0xFBF07A) is unknown color: approx Witch Haze. HEX triplet: FB, F0 and 7A. RGB value is (251,240,122). Sum of RGB (Red+Green+Blue) = 251+240+122=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 122 (48.05% from 255 or 19.90% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF07A is #040F85. Grayscale: #E6E6E6. Windows color (decimal): -266118 or 8057083. OLE color: 8057083.

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

Color convert

RGB251240122-
CMYK00.040.510.02
HSL54.88º94.16%73.14%-
HSV(B)54.88º51.39%98.43%-
XYZ74.4684.2330.75-
YUV229.8467.14143.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 122 (48.05% from 255) = 19.90%
R=40.95%
G=39.15%
B=19.90%

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
Decimal25124012200.040.510.0254.8894.1673.14
HexFBF07A04332375e49
Octal3733601720463267136111
Binary1111101111110000111101001001100111011011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF07A; }

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

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

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

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

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

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

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

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