#FBED74

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

Shades of Witch Haze #FBED74

Tints of Witch Haze #FBED74

Color information

#FBED74 (or 0xFBED74) is unknown color: approx Witch Haze. HEX triplet: FB, ED and 74. RGB value is (251,237,116). Sum of RGB (Red+Green+Blue) = 251+237+116=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED74 is #04128B. Grayscale: #E3E3E3. Windows color (decimal): -266892 or 7663099. OLE color: 7663099.

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

Color convert

RGB251237116-
CMYK00.060.540.02
HSL53.78º94.41%71.96%-
HSV(B)53.78º53.78%98.43%-
XYZ73.2282.3428.56-
YUV227.3965.14144.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 237 (92.97% from 255) = 39.24%
BLUE value IS 116 (45.70% from 255) = 19.21%
R=41.56%
G=39.24%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123711600.060.540.0253.7894.4171.96
HexFBED7406362365e48
Octal3733551640666266136110
Binary1111101111101101111010001101101101011011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED74; }

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

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

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

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

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

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

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

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