#FDA648

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

Shades of My Sin #FDA648

Tints of My Sin #FDA648

Color information

#FDA648 (or 0xFDA648) is unknown color: approx My Sin. HEX triplet: FD, A6 and 48. RGB value is (253,166,72). Sum of RGB (Red+Green+Blue) = 253+166+72=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA648 is #0259B7. Grayscale: #B5B5B5. Windows color (decimal): -154040 or 4761341. OLE color: 4761341.

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

Color convert

RGB25316672-
CMYK00.340.720.01
HSL31.16º97.84%63.73%-
HSV(B)31.16º71.54%99.22%-
XYZ55.3148.6212.6-
YUV181.366.32179.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 72 (28.52% from 255) = 14.66%
R=51.53%
G=33.81%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531667200.340.720.0131.1697.8463.73
HexFDA6480224811f6240
Octal375246110042110137142100
Binary111111011010011010010000100010100100011111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA648; }

 p { color: rgb(253,166,72); }

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

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

 a { background-color: rgb(253,166,72); }

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

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

 span { border-color: rgb(253,166,72); }

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