#FDF16A

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

Shades of Witch Haze #FDF16A

Tints of Witch Haze #FDF16A

Color information

#FDF16A (or 0xFDF16A) is unknown color: approx Witch Haze. HEX triplet: FD, F1 and 6A. RGB value is (253,241,106). Sum of RGB (Red+Green+Blue) = 253+241+106=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 106 (41.80% from 255 or 17.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF16A is #020E95. Grayscale: #E5E5E5. Windows color (decimal): -134806 or 7008765. OLE color: 7008765.

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

Color convert

RGB253241106-
CMYK00.050.580.01
HSL55.1º97.35%70.39%-
HSV(B)55.1º58.1%99.22%-
XYZ74.5684.8326.08-
YUV229.258.48144.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 106 (41.80% from 255) = 17.67%
R=42.17%
G=40.17%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324110600.050.580.0155.197.3570.39
HexFDF16A053A1376146
Octal3753611520572167141106
Binary111111011111000111010100101111010111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF16A; }

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

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

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

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

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

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

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

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