Html Css Color HEX #FF6731 Burnt Orange

📋 copy color: '#FF6731'

red 255 ◦ green 103 ◦ blue 49

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

Shades of Burnt Orange #FF6731

Tints of Burnt Orange #FF6731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 62.65%
G = 25.31%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6731 (or 0xFF6731) is known color: Burnt Orange. HEX triplet: FF, 67 and 31. RGB value is (255,103,49). Sum of RGB (Red+Green+Blue) = 255+103+49=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6731 is #0098CE. Grayscale: #8E8E8E. Windows color (decimal): -39119 or 3237887. OLE color: 3237887.

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

Color convert

RGB 255 103 49 -
CMYK 0 0.60 0.81 0
HSL 15.73º 1% 0.6% -
HSV(B) 15.73º 0.81% 1% -
XYZ 46.64 31.18 6.47 -
YUV 142.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 255 103 49 0 0.60 0.81 0 15.73 1 0.6
Hex FF 67 31 0 3C 51 0 10 64 3C
Octal 377 147 61 0 74 121 0 20 144 74
Binary 11111111 1100111 110001 0 111100 1010001 0 10000 1100100 111100

Color Harmonies of #FF6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6731

Black with #FF6731

Text Example


Text Example

White with #FF6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6731; }

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

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

background-color css

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

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

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

border-color css

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

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

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