#FAB443

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

Shades of My Sin #FAB443

Tints of My Sin #FAB443

Color information

#FAB443 (or 0xFAB443) is unknown color: approx My Sin. HEX triplet: FA, B4 and 43. RGB value is (250,180,67). Sum of RGB (Red+Green+Blue) = 250+180+67=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB443 is #054BBC. Grayscale: #BCBCBC. Windows color (decimal): -347069 or 4437242. OLE color: 4437242.

HSL color Cylindrical-coordinate representation of color #FAB443: hue angle of 37.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAB443 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB25018067-
CMYK00.280.730.02
HSL37.05º94.82%62.16%-
HSV(B)37.05º73.2%98.04%-
XYZ56.7653.3712.62-
YUV188.0559.69172.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 67 (26.56% from 255) = 13.48%
R=50.30%
G=36.22%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501806700.280.730.0237.0594.8262.16
HexFAB44301C492255f3e
Octal37226410303411124513776
Binary111110101011010010000110111001001001101001011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB443; }

 p { color: rgb(250,180,67); }

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

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

 a { background-color: rgb(250,180,67); }

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

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

 span { border-color: rgb(250,180,67); }

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