#FBED7F

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

Shades of Witch Haze #FBED7F

Tints of Witch Haze #FBED7F

Color information

#FBED7F (or 0xFBED7F) is unknown color: approx Witch Haze. HEX triplet: FB, ED and 7F. RGB value is (251,237,127). Sum of RGB (Red+Green+Blue) = 251+237+127=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED7F is #041280. Grayscale: #E5E5E5. Windows color (decimal): -266881 or 8383995. OLE color: 8383995.

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

Color convert

RGB251237127-
CMYK00.060.490.02
HSL53.23º93.94%74.12%-
HSV(B)53.23º49.4%98.43%-
XYZ73.982.6132.13-
YUV228.6570.64143.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 127 (50% from 255) = 20.65%
R=40.81%
G=38.54%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123712700.060.490.0253.2393.9474.12
HexFBED7F06312355e4a
Octal3733551770661265136112
Binary1111101111101101111111101101100011011010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED7F; }

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

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

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

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

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

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

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

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