#FDA748

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

Shades of My Sin #FDA748

Tints of My Sin #FDA748

Color information

#FDA748 (or 0xFDA748) is unknown color: approx My Sin. HEX triplet: FD, A7 and 48. RGB value is (253,167,72). Sum of RGB (Red+Green+Blue) = 253+167+72=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA748 is #0258B7. Grayscale: #B6B6B6. Windows color (decimal): -153784 or 4761597. OLE color: 4761597.

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

Color convert

RGB25316772-
CMYK00.340.720.01
HSL31.49º97.84%63.73%-
HSV(B)31.49º71.54%99.22%-
XYZ55.548.9912.66-
YUV181.8865.99178.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 72 (28.52% from 255) = 14.63%
R=51.42%
G=33.94%
B=14.63%

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
Decimal2531677200.340.720.0131.4997.8463.73
HexFDA7480224811f6240
Octal375247110042110137142100
Binary111111011010011110010000100010100100011111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA748; }

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

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

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

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

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

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

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

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