Html Css Color HEX #FDAF49 My Sin

📋 copy color: '#FDAF49'

red 253 ◦ green 175 ◦ blue 73

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

Shades of My Sin #FDAF49

Tints of My Sin #FDAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

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

R = 50.5%
G = 34.93%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDAF49 (or 0xFDAF49) is known color: My Sin. HEX triplet: FD, AF and 49. RGB value is (253,175,73). Sum of RGB (Red+Green+Blue) = 253+175+73=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAF49 is #0250B6. Grayscale: #BBBBBB. Windows color (decimal): -151735 or 4829181. OLE color: 4829181.

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

Color convert

RGB 253 175 73 -
CMYK 0 0.31 0.71 0.01
HSL 34º 0.98% 0.64% -
HSV(B) 34º 0.71% 0.99% -
XYZ 57.04 52.02 13.34 -
YUV 186.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 253 175 73 0 0.31 0.71 0.01 34 0.98 0.64
Hex FD AF 49 0 1F 47 1 22 62 40
Octal 375 257 111 0 37 107 1 42 142 100
Binary 11111101 10101111 1001001 0 11111 1000111 1 100010 1100010 1000000

Color Harmonies of #FDAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF49

Black with #FDAF49

Text Example


Text Example

White with #FDAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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