Html Css Color HEX #FD5141 Sunset Orange

📋 copy color: '#FD5141'

red 253 ◦ green 81 ◦ blue 65

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

Shades of Sunset Orange #FD5141

Tints of Sunset Orange #FD5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 63.41%
G = 20.3%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD5141 (or 0xFD5141) is known color: Sunset Orange. HEX triplet: FD, 51 and 41. RGB value is (253,81,65). Sum of RGB (Red+Green+Blue) = 253+81+65=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5141 is #02AEBE. Grayscale: #828282. Windows color (decimal): -175807 or 4280829. OLE color: 4280829.

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

Color convert

RGB 253 81 65 -
CMYK 0 0.68 0.74 0.01
HSL 5.11º 0.98% 0.62% -
HSV(B) 5.11º 0.74% 0.99% -
XYZ 44.4 27.15 7.9 -
YUV 130.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 253 81 65 0 0.68 0.74 0.01 5.11 0.98 0.62
Hex FD 51 41 0 44 4A 1 5 62 3E
Octal 375 121 101 0 104 112 1 5 142 76
Binary 11111101 1010001 1000001 0 1000100 1001010 1 101 1100010 111110

Color Harmonies of #FD5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5141

Black with #FD5141

Text Example


Text Example

White with #FD5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5141; }

 p { color: rgb(253,81,65); }

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

background-color css

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

 a { background-color: rgb(253,81,65); }

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

border-color css

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

 span { border-color: rgb(253,81,65); }

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