Html Css Color HEX #FDA649 My Sin

📋 copy color: '#FDA649'

red 253 ◦ green 166 ◦ blue 73

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

Shades of My Sin #FDA649

Tints of My Sin #FDA649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.74%

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

R = 51.42%
G = 33.74%
B = 14.84%

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

#FDA649 (or 0xFDA649) is known color: My Sin. HEX triplet: FD, A6 and 49. RGB value is (253,166,73). Sum of RGB (Red+Green+Blue) = 253+166+73=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA649 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA649 is #0259B6. Grayscale: #B5B5B5. Windows color (decimal): -154039 or 4826877. OLE color: 4826877.

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

Color convert

RGB 253 166 73 -
CMYK 0 0.34 0.71 0.01
HSL 31º 0.98% 0.64% -
HSV(B) 31º 0.71% 0.99% -
XYZ 55.35 48.64 12.77 -
YUV 181.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 253 166 73 0 0.34 0.71 0.01 31 0.98 0.64
Hex FD A6 49 0 22 47 1 1F 62 40
Octal 375 246 111 0 42 107 1 37 142 100
Binary 11111101 10100110 1001001 0 100010 1000111 1 11111 1100010 1000000

Color Harmonies of #FDA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA649

Black with #FDA649

Text Example


Text Example

White with #FDA649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA649; }

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

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

background-color css

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

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

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

border-color css

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

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

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