#FDEE74

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

Shades of Witch Haze #FDEE74

Tints of Witch Haze #FDEE74

Color information

#FDEE74 (or 0xFDEE74) is unknown color: approx Witch Haze. HEX triplet: FD, EE and 74. RGB value is (253,238,116). Sum of RGB (Red+Green+Blue) = 253+238+116=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 116 (45.70% from 255 or 19.11% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEE74 is #02118B. Grayscale: #E5E5E5. Windows color (decimal): -135564 or 7663357. OLE color: 7663357.

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

Color convert

RGB253238116-
CMYK00.060.540.01
HSL53.43º97.16%72.35%-
HSV(B)53.43º54.15%99.22%-
XYZ74.2383.2928.69-
YUV228.5864.47145.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 116 (45.70% from 255) = 19.11%
R=41.68%
G=39.21%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323811600.060.540.0153.4397.1672.35
HexFDEE7406361356148
Octal3753561640666165141110
Binary111111011110111011101000110110110111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE74; }

 p { color: rgb(253,238,116); }

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

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

 a { background-color: rgb(253,238,116); }

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

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

 span { border-color: rgb(253,238,116); }

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