#FDED6F

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

Shades of Witch Haze #FDED6F

Tints of Witch Haze #FDED6F

Color information

#FDED6F (or 0xFDED6F) is unknown color: approx Witch Haze. HEX triplet: FD, ED and 6F. RGB value is (253,237,111). Sum of RGB (Red+Green+Blue) = 253+237+111=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 111 (43.75% from 255 or 18.47% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED6F is #021290. Grayscale: #E3E3E3. Windows color (decimal): -135825 or 7335421. OLE color: 7335421.

HSL color Cylindrical-coordinate representation of color #FDED6F: hue angle of 53.24º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDED6F is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB253237111-
CMYK00.060.560.01
HSL53.24º97.26%71.37%-
HSV(B)53.24º56.13%99.22%-
XYZ73.6682.627.1-
YUV227.4262.3146.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 111 (43.75% from 255) = 18.47%
R=42.10%
G=39.43%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323711100.060.560.0153.2497.2671.37
HexFDED6F06381356147
Octal3753551570670165141107
Binary111111011110110111011110110111000111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED6F; }

 p { color: rgb(253,237,111); }

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

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

 a { background-color: rgb(253,237,111); }

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

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

 span { border-color: rgb(253,237,111); }

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