Html Css Color HEX #FDA849 My Sin

📋 copy color: '#FDA849'

red 253 ◦ green 168 ◦ blue 73

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

Shades of My Sin #FDA849

Tints of My Sin #FDA849

RGB

 RED value IS 253 (99.22% from 255) = 51.21%

 GREEN value IS 168 (66.02% from 255) = 34.01%

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

R = 51.21%
G = 34.01%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDA849 (or 0xFDA849) is known color: My Sin. HEX triplet: FD, A8 and 49. RGB value is (253,168,73). Sum of RGB (Red+Green+Blue) = 253+168+73=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA849 is #0257B6. Grayscale: #B7B7B7. Windows color (decimal): -153527 or 4827389. OLE color: 4827389.

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

Color convert

RGB 253 168 73 -
CMYK 0 0.34 0.71 0.01
HSL 31.67º 0.98% 0.64% -
HSV(B) 31.67º 0.71% 0.99% -
XYZ 55.71 49.37 12.9 -
YUV 182.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 253 168 73 0 0.34 0.71 0.01 31.67 0.98 0.64
Hex FD A8 49 0 22 47 1 20 62 40
Octal 375 250 111 0 42 107 1 40 142 100
Binary 11111101 10101000 1001001 0 100010 1000111 1 100000 1100010 1000000

Color Harmonies of #FDA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA849

Black with #FDA849

Text Example


Text Example

White with #FDA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA849; }

 p { color: rgb(253,168,73); }

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

background-color css

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

 a { background-color: rgb(253,168,73); }

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

border-color css

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

 span { border-color: rgb(253,168,73); }

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