#FBF083

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

Shades of Witch Haze #FBF083

Tints of Witch Haze #FBF083

Color information

#FBF083 (or 0xFBF083) is unknown color: approx Witch Haze. HEX triplet: FB, F0 and 83. RGB value is (251,240,131). Sum of RGB (Red+Green+Blue) = 251+240+131=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 131 (51.56% from 255 or 21.06% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF083 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF083 is #040F7C. Grayscale: #E7E7E7. Windows color (decimal): -266109 or 8646907. OLE color: 8646907.

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

Color convert

RGB251240131-
CMYK00.040.480.02
HSL54.5º93.75%74.9%-
HSV(B)54.5º47.81%98.43%-
XYZ75.0484.4733.82-
YUV230.8671.64142.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 131 (51.56% from 255) = 21.06%
R=40.35%
G=38.59%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124013100.040.480.0254.593.7574.9
HexFBF08304302365e4b
Octal3733602030460266136113
Binary11111011111100001000001101001100001011011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF083; }

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

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

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

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

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

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

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

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