#FCAF49

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

Shades of My Sin #FCAF49

Tints of My Sin #FCAF49

Color information

#FCAF49 (or 0xFCAF49) is unknown color: approx My Sin. HEX triplet: FC, AF and 49. RGB value is (252,175,73). Sum of RGB (Red+Green+Blue) = 252+175+73=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAF49 is #0350B6. Grayscale: #BABABA. Windows color (decimal): -217271 or 4829180. OLE color: 4829180.

HSL color Cylindrical-coordinate representation of color #FCAF49: hue angle of 34.19º degrees, saturation: 0.97, 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 #FCAF49 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB25217573-
CMYK00.310.710.01
HSL34.19º96.76%63.73%-
HSV(B)34.19º71.03%98.82%-
XYZ56.6851.8413.32-
YUV186.464.01174.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 73 (28.91% from 255) = 14.6%
R=50.4%
G=35%
B=14.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521757300.310.710.0134.1996.7663.73
HexFCAF4901F471226140
Octal374257111037107142141100
Binary111111001010111110010010111111000111110001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF49; }

 p { color: rgb(252,175,73); }

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

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

 a { background-color: rgb(252,175,73); }

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

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

 span { border-color: rgb(252,175,73); }

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