#FDF373

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

Shades of Witch Haze #FDF373

Tints of Witch Haze #FDF373

Color information

#FDF373 (or 0xFDF373) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 73. RGB value is (253,243,115). Sum of RGB (Red+Green+Blue) = 253+243+115=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 115 (45.31% from 255 or 18.82% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF373 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF373 is #020C8C. Grayscale: #E7E7E7. Windows color (decimal): -134285 or 7599101. OLE color: 7599101.

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

Color convert

RGB253243115-
CMYK00.040.550.01
HSL55.65º97.18%72.16%-
HSV(B)55.65º54.55%99.22%-
XYZ75.6586.2228.87-
YUV231.462.31143.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 243 (95.31% from 255) = 39.77%
BLUE value IS 115 (45.31% from 255) = 18.82%
R=41.41%
G=39.77%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324311500.040.550.0155.6597.1872.16
HexFDF37304371386148
Octal3753631630467170141110
Binary111111011111001111100110100110111111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF373; }

 p { color: rgb(253,243,115); }

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

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

 a { background-color: rgb(253,243,115); }

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

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

 span { border-color: rgb(253,243,115); }

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