#FDA744

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

Shades of My Sin #FDA744

Tints of My Sin #FDA744

Color information

#FDA744 (or 0xFDA744) is unknown color: approx My Sin. HEX triplet: FD, A7 and 44. RGB value is (253,167,68). Sum of RGB (Red+Green+Blue) = 253+167+68=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA744 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA744 is #0258BB. Grayscale: #B5B5B5. Windows color (decimal): -153788 or 4499453. OLE color: 4499453.

HSL color Cylindrical-coordinate representation of color #FDA744: hue angle of 32.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDA744 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25316768-
CMYK00.340.730.01
HSL32.11º97.88%62.94%-
HSV(B)32.11º73.12%99.22%-
XYZ55.3748.9412-
YUV181.4363.99179.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 68 (26.95% from 255) = 13.93%
R=51.84%
G=34.22%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531676800.340.730.0132.1197.8862.94
HexFDA74402249120623f
Octal37524710404211114014277
Binary111111011010011110001000100010100100111000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA744; }

 p { color: rgb(253,167,68); }

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

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

 a { background-color: rgb(253,167,68); }

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

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

 span { border-color: rgb(253,167,68); }

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