Html Css Color HEX #FF6F31 Burnt Orange

📋 copy color: '#FF6F31'

red 255 ◦ green 111 ◦ blue 49

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

Shades of Burnt Orange #FF6F31

Tints of Burnt Orange #FF6F31

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 value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF6F31 (or 0xFF6F31) is known color: 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

RGB 255 111 49 -
CMYK 0 0.56 0.81 0
HSL 18.06º 1% 0.6% -
HSV(B) 18.06º 0.81% 1% -
XYZ 47.48 32.85 6.74 -
YUV 146.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 255 111 49 0 0.56 0.81 0 18.06 1 0.6
Hex FF 6F 31 0 38 51 0 12 64 3C
Octal 377 157 61 0 70 121 0 22 144 74
Binary 11111111 1101111 110001 0 111000 1010001 0 10010 1100100 111100

Color Harmonies of #FF6F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F31

Black with #FF6F31

Text Example


Text Example

White with #FF6F31

Text Example


Text Example

HTML Codes & Css Web 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>