Html Css Color HEX #FD5046 Sunset Orange

📋 copy color: '#FD5046'

red 253 ◦ green 80 ◦ blue 70

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

Shades of Sunset Orange #FD5046

Tints of Sunset Orange #FD5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.37%

R = 62.78%
G = 19.85%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD5046 (or 0xFD5046) is known color: Sunset Orange. HEX triplet: FD, 50 and 46. RGB value is (253,80,70). Sum of RGB (Red+Green+Blue) = 253+80+70=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5046 is #02AFB9. Grayscale: #828282. Windows color (decimal): -176058 or 4608253. OLE color: 4608253.

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

Color convert

RGB 253 80 70 -
CMYK 0 0.68 0.72 0.01
HSL 3.28º 0.98% 0.63% -
HSV(B) 3.28º 0.72% 0.99% -
XYZ 44.48 27.06 8.67 -
YUV 130.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 253 80 70 0 0.68 0.72 0.01 3.28 0.98 0.63
Hex FD 50 46 0 44 48 1 3 62 3F
Octal 375 120 106 0 104 110 1 3 142 77
Binary 11111101 1010000 1000110 0 1000100 1001000 1 11 1100010 111111

Color Harmonies of #FD5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5046

Black with #FD5046

Text Example


Text Example

White with #FD5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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