#FDF46C

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

Shades of Witch Haze #FDF46C

Tints of Witch Haze #FDF46C

Color information

#FDF46C (or 0xFDF46C) is unknown color: approx Witch Haze. HEX triplet: FD, F4 and 6C. RGB value is (253,244,108). Sum of RGB (Red+Green+Blue) = 253+244+108=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 108 (42.58% from 255 or 17.85% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF46C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF46C is #020B93. Grayscale: #E7E7E7. Windows color (decimal): -134036 or 7140605. OLE color: 7140605.

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

Color convert

RGB253244108-
CMYK00.040.570.01
HSL56.28º97.32%70.78%-
HSV(B)56.28º57.31%99.22%-
XYZ75.5786.6726.93-
YUV231.1958.48143.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 108 (42.58% from 255) = 17.85%
R=41.82%
G=40.33%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324410800.040.570.0156.2897.3270.78
HexFDF46C04391386147
Octal3753641540471170141107
Binary111111011111010011011000100111001111100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF46C; }

 p { color: rgb(253,244,108); }

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

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

 a { background-color: rgb(253,244,108); }

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

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

 span { border-color: rgb(253,244,108); }

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