Html Css Color HEX #FE6B31 Burnt Orange

📋 copy color: '#FE6B31'

red 254 ◦ green 107 ◦ blue 49

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

Shades of Burnt Orange #FE6B31

Tints of Burnt Orange #FE6B31

RGB

 RED value IS 254 (99.61% from 255) = 61.95%

 GREEN value IS 107 (42.19% from 255) = 26.1%

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

R = 61.95%
G = 26.1%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE6B31 (or 0xFE6B31) is known color: Burnt Orange. HEX triplet: FE, 6B and 31. RGB value is (254,107,49). Sum of RGB (Red+Green+Blue) = 254+107+49=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B31 is #0194CE. Grayscale: #909090. Windows color (decimal): -103631 or 3238910. OLE color: 3238910.

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

Color convert

RGB 254 107 49 -
CMYK 0 0.58 0.81 0.00
HSL 16.98º 0.99% 0.59% -
HSV(B) 16.98º 0.81% 1% -
XYZ 46.69 31.81 6.58 -
YUV 144.34 74.2 206.22 -
System Red Green Blue C M Y K H S L
Decimal 254 107 49 0 0.58 0.81 0.00 16.98 0.99 0.59
Hex FE 6B 31 0 3A 51 0 11 63 3B
Octal 376 153 61 0 72 121 0 21 143 73
Binary 11111110 1101011 110001 0 111010 1010001 0 10001 1100011 111011

Color Harmonies of #FE6B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B31

Black with #FE6B31

Text Example


Text Example

White with #FE6B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B31; }

 p { color: rgb(254,107,49); }

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

background-color css

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

 a { background-color: rgb(254,107,49); }

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

border-color css

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

 span { border-color: rgb(254,107,49); }

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