Html Css Color HEX #FF6C31 Burnt Orange

📋 copy color: '#FF6C31'

red 255 ◦ green 108 ◦ blue 49

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

Shades of Burnt Orange #FF6C31

Tints of Burnt Orange #FF6C31

RGB

 RED value IS 255 (100% from 255) = 61.89%

 GREEN value IS 108 (42.58% from 255) = 26.21%

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

R = 61.89%
G = 26.21%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6C31 (or 0xFF6C31) is known color: Burnt Orange. HEX triplet: FF, 6C and 31. RGB value is (255,108,49). Sum of RGB (Red+Green+Blue) = 255+108+49=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C31 is #0093CE. Grayscale: #919191. Windows color (decimal): -37839 or 3239167. OLE color: 3239167.

HSL color Cylindrical-coordinate representation of color #FF6C31: hue angle of 17.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF6C31 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 108 49 -
CMYK 0 0.58 0.81 0
HSL 17.18º 1% 0.6% -
HSV(B) 17.18º 0.81% 1% -
XYZ 47.16 32.21 6.64 -
YUV 145.23 73.7 206.3 -
System Red Green Blue C M Y K H S L
Decimal 255 108 49 0 0.58 0.81 0 17.18 1 0.6
Hex FF 6C 31 0 3A 51 0 11 64 3C
Octal 377 154 61 0 72 121 0 21 144 74
Binary 11111111 1101100 110001 0 111010 1010001 0 10001 1100100 111100

Color Harmonies of #FF6C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C31

Black with #FF6C31

Text Example


Text Example

White with #FF6C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C31; }

 p { color: rgb(255,108,49); }

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

background-color css

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

 a { background-color: rgb(255,108,49); }

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

border-color css

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

 span { border-color: rgb(255,108,49); }

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