#FDED69

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

Shades of Witch Haze #FDED69

Tints of Witch Haze #FDED69

Color information

#FDED69 (or 0xFDED69) is unknown color: approx Witch Haze. HEX triplet: FD, ED and 69. RGB value is (253,237,105). Sum of RGB (Red+Green+Blue) = 253+237+105=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 105 (41.41% from 255 or 17.65% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED69 is #021296. Grayscale: #E3E3E3. Windows color (decimal): -135831 or 6942205. OLE color: 6942205.

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

Color convert

RGB253237105-
CMYK00.060.580.01
HSL53.51º97.37%70.2%-
HSV(B)53.51º58.5%99.22%-
XYZ73.3482.4725.42-
YUV226.7459.3146.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 105 (41.41% from 255) = 17.65%
R=42.52%
G=39.83%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323710500.060.580.0153.5197.3770.2
HexFDED69063A1366146
Octal3753551510672166141106
Binary111111011110110111010010110111010111011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED69; }

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

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

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

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

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

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

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

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