#FDF16D

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

Shades of Witch Haze #FDF16D

Tints of Witch Haze #FDF16D

Color information

#FDF16D (or 0xFDF16D) is unknown color: approx Witch Haze. HEX triplet: FD, F1 and 6D. RGB value is (253,241,109). Sum of RGB (Red+Green+Blue) = 253+241+109=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 109 (42.97% from 255 or 18.08% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF16D is #020E92. Grayscale: #E6E6E6. Windows color (decimal): -134803 or 7205373. OLE color: 7205373.

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

Color convert

RGB253241109-
CMYK00.050.570.01
HSL55º97.3%70.98%-
HSV(B)55º56.92%99.22%-
XYZ74.7284.926.92-
YUV229.5459.98144.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 109 (42.97% from 255) = 18.08%
R=41.96%
G=39.97%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324110900.050.570.015597.370.98
HexFDF16D05391376147
Octal3753611550571167141107
Binary111111011111000111011010101111001111011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF16D; }

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

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

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

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

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

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

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

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