#ff6f31

Color #FF6F31 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FF6F31

Tints of Burnt Orange #FF6F31

Color information

#FF6F31 (or 0xFF6F31) is unknown color: approx Burnt Orange. HEX triplet: FF, 6F and 31. RGB value is (255,111,49). Sum of RGB (Red+Green+Blue) = 255+111+49=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F31 is #0090CE. Grayscale: #939393. Windows color (decimal): -37071 or 3239935. OLE color: 3239935.

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

Color convert

RGB25511149-
CMYK00.560.810
HSL18.06º100%59.61%-
HSV(B)18.06º80.78%100%-
XYZ47.4832.856.74-
YUV146.9972.71205.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.45%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 49 (19.53% from 255) = 11.81%
R=61.45%
G=26.75%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551114900.560.81018.0610059.61
HexFF6F3103851012643c
Octal3771576107012102214474
Binary111111111101111110001011100010100010100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6f31; }

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

 H1.HeaderClassName
 {
   color: #ff6f31;
 }
 .AnyTagClassName
 {
   color: #ff6f31;
 }
</style>
background-color css

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

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

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

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

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

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