Html Css Color HEX #FD5341 Sunset Orange

📋 copy color: '#FD5341'

red 253 ◦ green 83 ◦ blue 65

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

Shades of Sunset Orange #FD5341

Tints of Sunset Orange #FD5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 63.09%
G = 20.7%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD5341 (or 0xFD5341) is known color: Sunset Orange. HEX triplet: FD, 53 and 41. RGB value is (253,83,65). Sum of RGB (Red+Green+Blue) = 253+83+65=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5341 is #02ACBE. Grayscale: #848484. Windows color (decimal): -175295 or 4281341. OLE color: 4281341.

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

Color convert

RGB 253 83 65 -
CMYK 0 0.67 0.74 0.01
HSL 5.74º 0.98% 0.62% -
HSV(B) 5.74º 0.74% 0.99% -
XYZ 44.56 27.45 7.95 -
YUV 131.78 90.32 214.46 -
System Red Green Blue C M Y K H S L
Decimal 253 83 65 0 0.67 0.74 0.01 5.74 0.98 0.62
Hex FD 53 41 0 43 4A 1 6 62 3E
Octal 375 123 101 0 103 112 1 6 142 76
Binary 11111101 1010011 1000001 0 1000011 1001010 1 110 1100010 111110

Color Harmonies of #FD5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5341

Black with #FD5341

Text Example


Text Example

White with #FD5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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