#FDF46A

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

Shades of Witch Haze #FDF46A

Tints of Witch Haze #FDF46A

Color information

#FDF46A (or 0xFDF46A) is unknown color: approx Witch Haze. HEX triplet: FD, F4 and 6A. RGB value is (253,244,106). Sum of RGB (Red+Green+Blue) = 253+244+106=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 244 (95.70% from 255 or 40.46% from 603); Blue value is 106 (41.80% from 255 or 17.58% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF46A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF46A is #020B95. Grayscale: #E7E7E7. Windows color (decimal): -134038 or 7009533. OLE color: 7009533.

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

Color convert

RGB253244106-
CMYK00.040.580.01
HSL56.33º97.35%70.39%-
HSV(B)56.33º58.1%99.22%-
XYZ75.4686.6226.38-
YUV230.9657.48143.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 244 (95.70% from 255) = 40.46%
BLUE value IS 106 (41.80% from 255) = 17.58%
R=41.96%
G=40.46%
B=17.58%

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
Decimal25324410600.040.580.0156.3397.3570.39
HexFDF46A043A1386146
Octal3753641520472170141106
Binary111111011111010011010100100111010111100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF46A; }

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

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

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

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

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

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

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

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