#FDF372

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

Shades of Witch Haze #FDF372

Tints of Witch Haze #FDF372

Color information

#FDF372 (or 0xFDF372) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 72. RGB value is (253,243,114). Sum of RGB (Red+Green+Blue) = 253+243+114=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 114 (44.92% from 255 or 18.69% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF372 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF372 is #020C8D. Grayscale: #E7E7E7. Windows color (decimal): -134286 or 7533565. OLE color: 7533565.

HSL color Cylindrical-coordinate representation of color #FDF372: hue angle of 55.68º 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 #FDF372 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB253243114-
CMYK00.040.550.01
HSL55.68º97.2%71.96%-
HSV(B)55.68º54.94%99.22%-
XYZ75.686.228.57-
YUV231.2861.81143.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 114 (44.92% from 255) = 18.69%
R=41.48%
G=39.84%
B=18.69%

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
Decimal25324311400.040.550.0155.6897.271.96
HexFDF37204371386148
Octal3753631620467170141110
Binary111111011111001111100100100110111111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF372; }

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

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

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

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

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

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

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

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