#FDB44A

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

Shades of My Sin #FDB44A

Tints of My Sin #FDB44A

Color information

#FDB44A (or 0xFDB44A) is unknown color: approx My Sin. HEX triplet: FD, B4 and 4A. RGB value is (253,180,74). Sum of RGB (Red+Green+Blue) = 253+180+74=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB44A is #024BB5. Grayscale: #BEBEBE. Windows color (decimal): -150454 or 4895997. OLE color: 4895997.

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

Color convert

RGB25318074-
CMYK00.290.710.01
HSL35.53º97.81%64.12%-
HSV(B)35.53º70.75%99.22%-
XYZ58.0754.0213.85-
YUV189.7462.68173.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.90%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 74 (29.30% from 255) = 14.60%
R=49.90%
G=35.50%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531807400.290.710.0135.5397.8164.12
HexFDB44A01D471246240
Octal375264112035107144142100
Binary111111011011010010010100111011000111110010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB44A; }

 p { color: rgb(253,180,74); }

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

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

 a { background-color: rgb(253,180,74); }

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

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

 span { border-color: rgb(253,180,74); }

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