#FDF36A

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

Shades of Witch Haze #FDF36A

Tints of Witch Haze #FDF36A

Color information

#FDF36A (or 0xFDF36A) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 6A. RGB value is (253,243,106). Sum of RGB (Red+Green+Blue) = 253+243+106=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 106 (41.80% from 255 or 17.61% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF36A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF36A is #020C95. Grayscale: #E6E6E6. Windows color (decimal): -134294 or 7009277. OLE color: 7009277.

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

Color convert

RGB253243106-
CMYK00.040.580.01
HSL55.92º97.35%70.39%-
HSV(B)55.92º58.1%99.22%-
XYZ75.1686.0226.28-
YUV230.3757.81144.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 106 (41.80% from 255) = 17.61%
R=42.03%
G=40.37%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324310600.040.580.0155.9297.3570.39
HexFDF36A043A1386146
Octal3753631520472170141106
Binary111111011111001111010100100111010111100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF36A; }

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

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

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

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

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

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

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

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