Html Css Color HEX #FE6D36 Burnt Orange

📋 copy color: '#FE6D36'

red 254 ◦ green 109 ◦ blue 54

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

Shades of Burnt Orange #FE6D36

Tints of Burnt Orange #FE6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 60.91%
G = 26.14%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE6D36 (or 0xFE6D36) is known color: Burnt Orange. HEX triplet: FE, 6D and 36. RGB value is (254,109,54). Sum of RGB (Red+Green+Blue) = 254+109+54=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D36 is #0192C9. Grayscale: #929292. Windows color (decimal): -103114 or 3567102. OLE color: 3567102.

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

Color convert

RGB 254 109 54 -
CMYK 0 0.57 0.79 0.00
HSL 16.5º 0.99% 0.6% -
HSV(B) 16.5º 0.79% 1% -
XYZ 47.01 32.27 7.24 -
YUV 146.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 254 109 54 0 0.57 0.79 0.00 16.5 0.99 0.6
Hex FE 6D 36 0 39 4F 0 10 63 3C
Octal 376 155 66 0 71 117 0 20 143 74
Binary 11111110 1101101 110110 0 111001 1001111 0 10000 1100011 111100

Color Harmonies of #FE6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D36

Black with #FE6D36

Text Example


Text Example

White with #FE6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D36; }

 p { color: rgb(254,109,54); }

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

background-color css

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

 a { background-color: rgb(254,109,54); }

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

border-color css

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

 span { border-color: rgb(254,109,54); }

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