#FDA94D

Color #FDA94D My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FDA94D

Tints of My Sin #FDA94D

Color information

#FDA94D (or 0xFDA94D) is unknown color: approx My Sin. HEX triplet: FD, A9 and 4D. RGB value is (253,169,77). Sum of RGB (Red+Green+Blue) = 253+169+77=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA94D is #0256B2. Grayscale: #B8B8B8. Windows color (decimal): -153267 or 5089789. OLE color: 5089789.

HSL color Cylindrical-coordinate representation of color #FDA94D: hue angle of 31.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA94D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25316977-
CMYK00.330.700.01
HSL31.36º97.78%64.71%-
HSV(B)31.36º69.57%99.22%-
XYZ56.0449.7913.68-
YUV183.6367.83177.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.70%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=50.70%
G=33.87%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531697700.330.700.0131.3697.7864.71
HexFDA94D0214611f6241
Octal375251115041106137142101
Binary111111011010100110011010100001100011011111111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA94D; }

 p { color: rgb(253,169,77); }

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

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

 a { background-color: rgb(253,169,77); }

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

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

 span { border-color: rgb(253,169,77); }

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