Html Css Color HEX #FDA648 My Sin

📋 copy color: '#FDA648'

red 253 ◦ green 166 ◦ blue 72

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

Shades of My Sin #FDA648

Tints of My Sin #FDA648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.66%

R = 51.53%
G = 33.81%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDA648 (or 0xFDA648) is known color: My Sin. HEX triplet: FD, A6 and 48. RGB value is (253,166,72). Sum of RGB (Red+Green+Blue) = 253+166+72=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA648 is #0259B7. Grayscale: #B5B5B5. Windows color (decimal): -154040 or 4761341. OLE color: 4761341.

HSL color Cylindrical-coordinate representation of color #FDA648: hue angle of 31.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDA648 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 72 -
CMYK 0 0.34 0.72 0.01
HSL 31.16º 0.98% 0.64% -
HSV(B) 31.16º 0.72% 0.99% -
XYZ 55.31 48.62 12.6 -
YUV 181.3 66.32 179.14 -
System Red Green Blue C M Y K H S L
Decimal 253 166 72 0 0.34 0.72 0.01 31.16 0.98 0.64
Hex FD A6 48 0 22 48 1 1F 62 40
Octal 375 246 110 0 42 110 1 37 142 100
Binary 11111101 10100110 1001000 0 100010 1001000 1 11111 1100010 1000000

Color Harmonies of #FDA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA648

Black with #FDA648

Text Example


Text Example

White with #FDA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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