Html Css Color HEX #FD513D Sunset Orange

📋 copy color: '#FD513D'

red 253 ◦ green 81 ◦ blue 61

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

Shades of Sunset Orange #FD513D

Tints of Sunset Orange #FD513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.44%

R = 64.05%
G = 20.51%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD513D (or 0xFD513D) is known color: Sunset Orange. HEX triplet: FD, 51 and 3D. RGB value is (253,81,61). Sum of RGB (Red+Green+Blue) = 253+81+61=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD513D is #02AEC2. Grayscale: #828282. Windows color (decimal): -175811 or 4018685. OLE color: 4018685.

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

Color convert

RGB 253 81 61 -
CMYK 0 0.68 0.76 0.01
HSL 6.25º 0.98% 0.62% -
HSV(B) 6.25º 0.76% 0.99% -
XYZ 44.29 27.1 7.31 -
YUV 130.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 253 81 61 0 0.68 0.76 0.01 6.25 0.98 0.62
Hex FD 51 3D 0 44 4C 1 6 62 3E
Octal 375 121 75 0 104 114 1 6 142 76
Binary 11111101 1010001 111101 0 1000100 1001100 1 110 1100010 111110

Color Harmonies of #FD513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD513D

Black with #FD513D

Text Example


Text Example

White with #FD513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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