Html Css Color HEX #FEA949 My Sin

📋 copy color: '#FEA949'

red 254 ◦ green 169 ◦ blue 73

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

Shades of My Sin #FEA949

Tints of My Sin #FEA949

RGB

 RED value IS 254 (99.61% from 255) = 51.21%

 GREEN value IS 169 (66.41% from 255) = 34.07%

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

R = 51.21%
G = 34.07%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEA949 (or 0xFEA949) is known color: My Sin. HEX triplet: FE, A9 and 49. RGB value is (254,169,73). Sum of RGB (Red+Green+Blue) = 254+169+73=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA949 is #0156B6. Grayscale: #B7B7B7. Windows color (decimal): -87735 or 4827646. OLE color: 4827646.

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

Color convert

RGB 254 169 73 -
CMYK 0 0.33 0.71 0.00
HSL 31.82º 0.99% 0.64% -
HSV(B) 31.82º 0.71% 1% -
XYZ 56.26 49.93 12.97 -
YUV 183.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 254 169 73 0 0.33 0.71 0.00 31.82 0.99 0.64
Hex FE A9 49 0 21 47 0 20 63 40
Octal 376 251 111 0 41 107 0 40 143 100
Binary 11111110 10101001 1001001 0 100001 1000111 0 100000 1100011 1000000

Color Harmonies of #FEA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA949

Black with #FEA949

Text Example


Text Example

White with #FEA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA949; }

 p { color: rgb(254,169,73); }

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

background-color css

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

 a { background-color: rgb(254,169,73); }

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

border-color css

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

 span { border-color: rgb(254,169,73); }

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