Html Css Color HEX #FD6E31 Burnt Orange

📋 copy color: '#FD6E31'

red 253 ◦ green 110 ◦ blue 49

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

Shades of Burnt Orange #FD6E31

Tints of Burnt Orange #FD6E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 61.41%
G = 26.7%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD6E31 (or 0xFD6E31) is known color: Burnt Orange. HEX triplet: FD, 6E and 31. RGB value is (253,110,49). Sum of RGB (Red+Green+Blue) = 253+110+49=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6E31 is #0291CE. Grayscale: #929292. Windows color (decimal): -168399 or 3239677. OLE color: 3239677.

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

Color convert

RGB 253 110 49 -
CMYK 0 0.57 0.81 0.01
HSL 17.94º 0.98% 0.59% -
HSV(B) 17.94º 0.81% 0.99% -
XYZ 46.64 32.26 6.67 -
YUV 145.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 253 110 49 0 0.57 0.81 0.01 17.94 0.98 0.59
Hex FD 6E 31 0 39 51 1 12 62 3B
Octal 375 156 61 0 71 121 1 22 142 73
Binary 11111101 1101110 110001 0 111001 1010001 1 10010 1100010 111011

Color Harmonies of #FD6E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6E31

Black with #FD6E31

Text Example


Text Example

White with #FD6E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6E31; }

 p { color: rgb(253,110,49); }

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

background-color css

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

 a { background-color: rgb(253,110,49); }

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

border-color css

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

 span { border-color: rgb(253,110,49); }

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