#FBF682

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

Shades of Witch Haze #FBF682

Tints of Witch Haze #FBF682

Color information

#FBF682 (or 0xFBF682) is unknown color: approx Witch Haze. HEX triplet: FB, F6 and 82. RGB value is (251,246,130). Sum of RGB (Red+Green+Blue) = 251+246+130=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 130 (51.17% from 255 or 20.73% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF682 is #04097D. Grayscale: #EAEAEA. Windows color (decimal): -264574 or 8582907. OLE color: 8582907.

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

Color convert

RGB251246130-
CMYK00.020.480.02
HSL57.52º93.8%74.71%-
HSV(B)57.52º48.21%98.43%-
XYZ76.7788.0334.06-
YUV234.2769.16139.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.03%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 130 (51.17% from 255) = 20.73%
R=40.03%
G=39.23%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124613000.020.480.0257.5293.874.71
HexFBF682023023a5e4b
Octal3733662020260272136113
Binary1111101111110110100000100101100001011101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF682; }

 p { color: rgb(251,246,130); }

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

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

 a { background-color: rgb(251,246,130); }

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

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

 span { border-color: rgb(251,246,130); }

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