#FDF174

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

Shades of Witch Haze #FDF174

Tints of Witch Haze #FDF174

Color information

#FDF174 (or 0xFDF174) is unknown color: approx Witch Haze. HEX triplet: FD, F1 and 74. RGB value is (253,241,116). Sum of RGB (Red+Green+Blue) = 253+241+116=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF174 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF174 is #020E8B. Grayscale: #E6E6E6. Windows color (decimal): -134796 or 7664125. OLE color: 7664125.

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

Color convert

RGB253241116-
CMYK00.050.540.01
HSL54.74º97.16%72.35%-
HSV(B)54.74º54.15%99.22%-
XYZ75.1285.0528.98-
YUV230.3463.48144.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 116 (45.70% from 255) = 19.02%
R=41.48%
G=39.51%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324111600.050.540.0154.7497.1672.35
HexFDF17405361376148
Octal3753611640566167141110
Binary111111011111000111101000101110110111011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF174; }

 p { color: rgb(253,241,116); }

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

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

 a { background-color: rgb(253,241,116); }

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

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

 span { border-color: rgb(253,241,116); }

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