Html Css Color HEX #FDAB49 My Sin

📋 copy color: '#FDAB49'

red 253 ◦ green 171 ◦ blue 73

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

Shades of My Sin #FDAB49

Tints of My Sin #FDAB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

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

R = 50.91%
G = 34.41%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDAB49 (or 0xFDAB49) is known color: My Sin. HEX triplet: FD, AB and 49. RGB value is (253,171,73). Sum of RGB (Red+Green+Blue) = 253+171+73=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB49 is #0254B6. Grayscale: #B8B8B8. Windows color (decimal): -152759 or 4828157. OLE color: 4828157.

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

Color convert

RGB 253 171 73 -
CMYK 0 0.32 0.71 0.01
HSL 32.67º 0.98% 0.64% -
HSV(B) 32.67º 0.71% 0.99% -
XYZ 56.27 50.49 13.08 -
YUV 184.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 253 171 73 0 0.32 0.71 0.01 32.67 0.98 0.64
Hex FD AB 49 0 20 47 1 21 62 40
Octal 375 253 111 0 40 107 1 41 142 100
Binary 11111101 10101011 1001001 0 100000 1000111 1 100001 1100010 1000000

Color Harmonies of #FDAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB49

Black with #FDAB49

Text Example


Text Example

White with #FDAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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