#FDF37C

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

Shades of Witch Haze #FDF37C

Tints of Witch Haze #FDF37C

Color information

#FDF37C (or 0xFDF37C) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 7C. RGB value is (253,243,124). Sum of RGB (Red+Green+Blue) = 253+243+124=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 124 (48.83% from 255 or 20% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF37C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF37C is #020C83. Grayscale: #E8E8E8. Windows color (decimal): -134276 or 8188925. OLE color: 8188925.

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

Color convert

RGB253243124-
CMYK00.040.510.01
HSL55.35º96.99%73.92%-
HSV(B)55.35º50.99%99.22%-
XYZ76.286.4431.74-
YUV232.4266.81142.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 243 (95.31% from 255) = 39.19%
BLUE value IS 124 (48.83% from 255) = 20%
R=40.81%
G=39.19%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324312400.040.510.0155.3596.9973.92
HexFDF37C0433137614a
Octal3753631740463167141112
Binary111111011111001111111000100110011111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF37C; }

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

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

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

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

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

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

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

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