Html Css Color HEX #FD6D31 Burnt Orange

📋 copy color: '#FD6D31'

red 253 ◦ green 109 ◦ blue 49

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

Shades of Burnt Orange #FD6D31

Tints of Burnt Orange #FD6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 61.56%
G = 26.52%
B = 11.92%

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

#FD6D31 (or 0xFD6D31) is known color: Burnt Orange. HEX triplet: FD, 6D and 31. RGB value is (253,109,49). Sum of RGB (Red+Green+Blue) = 253+109+49=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D31 is #0292CE. Grayscale: #919191. Windows color (decimal): -168655 or 3239421. OLE color: 3239421.

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

Color convert

RGB 253 109 49 -
CMYK 0 0.57 0.81 0.01
HSL 17.65º 0.98% 0.59% -
HSV(B) 17.65º 0.81% 0.99% -
XYZ 46.53 32.04 6.64 -
YUV 145.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 253 109 49 0 0.57 0.81 0.01 17.65 0.98 0.59
Hex FD 6D 31 0 39 51 1 12 62 3B
Octal 375 155 61 0 71 121 1 22 142 73
Binary 11111101 1101101 110001 0 111001 1010001 1 10010 1100010 111011

Color Harmonies of #FD6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D31

Black with #FD6D31

Text Example


Text Example

White with #FD6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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