#FBED76

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

Shades of Witch Haze #FBED76

Tints of Witch Haze #FBED76

Color information

#FBED76 (or 0xFBED76) is unknown color: approx Witch Haze. HEX triplet: FB, ED and 76. RGB value is (251,237,118). Sum of RGB (Red+Green+Blue) = 251+237+118=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 118 (46.48% from 255 or 19.47% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED76 is #041289. Grayscale: #E4E4E4. Windows color (decimal): -266890 or 7794171. OLE color: 7794171.

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

Color convert

RGB251237118-
CMYK00.060.530.02
HSL53.68º94.33%72.35%-
HSV(B)53.68º52.99%98.43%-
XYZ73.3482.3929.18-
YUV227.6266.14144.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 118 (46.48% from 255) = 19.47%
R=41.42%
G=39.11%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123711800.060.530.0253.6894.3372.35
HexFBED7606352365e48
Octal3733551660665266136110
Binary1111101111101101111011001101101011011011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED76; }

 p { color: rgb(251,237,118); }

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

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

 a { background-color: rgb(251,237,118); }

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

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

 span { border-color: rgb(251,237,118); }

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