Html Css Color HEX #FCB549 My Sin

📋 copy color: '#FCB549'

red 252 ◦ green 181 ◦ blue 73

#FCB549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Sin #FCB549

Tints of My Sin #FCB549

RGB

 RED value IS 252 (98.83% from 255) = 49.8%

 GREEN value IS 181 (71.09% from 255) = 35.77%

 BLUE value IS 73 (28.91% from 255) = 14.43%

R = 49.8%
G = 35.77%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCB549 (or 0xFCB549) is known color: My Sin. HEX triplet: FC, B5 and 49. RGB value is (252,181,73). Sum of RGB (Red+Green+Blue) = 252+181+73=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB549 is #034AB6. Grayscale: #BEBEBE. Windows color (decimal): -215735 or 4830716. OLE color: 4830716.

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

Color convert

RGB 252 181 73 -
CMYK 0 0.28 0.71 0.01
HSL 36.2º 0.97% 0.64% -
HSV(B) 36.2º 0.71% 0.99% -
XYZ 57.87 54.22 13.72 -
YUV 189.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 252 181 73 0 0.28 0.71 0.01 36.2 0.97 0.64
Hex FC B5 49 0 1C 47 1 24 61 40
Octal 374 265 111 0 34 107 1 44 141 100
Binary 11111100 10110101 1001001 0 11100 1000111 1 100100 1100001 1000000

Color Harmonies of #FCB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB549

Black with #FCB549

Text Example


Text Example

White with #FCB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB549; }

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

 H1.HeaderClassName
 {
   color: #FCB549;
 }
 .AnyTagClassName
 {
   color: #FCB549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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