Html Css Color HEX #FD5045 Sunset Orange

📋 copy color: '#FD5045'

red 253 ◦ green 80 ◦ blue 69

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

Shades of Sunset Orange #FD5045

Tints of Sunset Orange #FD5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.9%

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 62.94%
G = 19.9%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD5045 (or 0xFD5045) is known color: Sunset Orange. HEX triplet: FD, 50 and 45. RGB value is (253,80,69). Sum of RGB (Red+Green+Blue) = 253+80+69=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5045 is #02AFBA. Grayscale: #828282. Windows color (decimal): -176059 or 4542717. OLE color: 4542717.

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

Color convert

RGB 253 80 69 -
CMYK 0 0.68 0.73 0.01
HSL 3.59º 0.98% 0.63% -
HSV(B) 3.59º 0.73% 0.99% -
XYZ 44.45 27.05 8.51 -
YUV 130.47 93.31 215.39 -
System Red Green Blue C M Y K H S L
Decimal 253 80 69 0 0.68 0.73 0.01 3.59 0.98 0.63
Hex FD 50 45 0 44 49 1 4 62 3F
Octal 375 120 105 0 104 111 1 4 142 77
Binary 11111101 1010000 1000101 0 1000100 1001001 1 100 1100010 111111

Color Harmonies of #FD5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5045

Black with #FD5045

Text Example


Text Example

White with #FD5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5045; }

 p { color: rgb(253,80,69); }

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

background-color css

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

 a { background-color: rgb(253,80,69); }

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

border-color css

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

 span { border-color: rgb(253,80,69); }

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