Html Css Color HEX #FD713D Burnt Orange

📋 copy color: '#FD713D'

red 253 ◦ green 113 ◦ blue 61

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

Shades of Burnt Orange #FD713D

Tints of Burnt Orange #FD713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

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

R = 59.25%
G = 26.46%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD713D (or 0xFD713D) is known color: Burnt Orange. HEX triplet: FD, 71 and 3D. RGB value is (253,113,61). Sum of RGB (Red+Green+Blue) = 253+113+61=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD713D is #028EC2. Grayscale: #959595. Windows color (decimal): -167619 or 4026877. OLE color: 4026877.

HSL color Cylindrical-coordinate representation of color #FD713D: hue angle of 16.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 #FD713D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 113 61 -
CMYK 0 0.55 0.76 0.01
HSL 16.25º 0.98% 0.62% -
HSV(B) 16.25º 0.76% 0.99% -
XYZ 47.26 33.03 8.3 -
YUV 148.93 78.38 202.23 -
System Red Green Blue C M Y K H S L
Decimal 253 113 61 0 0.55 0.76 0.01 16.25 0.98 0.62
Hex FD 71 3D 0 37 4C 1 10 62 3E
Octal 375 161 75 0 67 114 1 20 142 76
Binary 11111101 1110001 111101 0 110111 1001100 1 10000 1100010 111110

Color Harmonies of #FD713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD713D

Black with #FD713D

Text Example


Text Example

White with #FD713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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