Html Css Color HEX #FE6C36 Burnt Orange

📋 copy color: '#FE6C36'

red 254 ◦ green 108 ◦ blue 54

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

Shades of Burnt Orange #FE6C36

Tints of Burnt Orange #FE6C36

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

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

R = 61.06%
G = 25.96%
B = 12.98%

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

#FE6C36 (or 0xFE6C36) is known color: Burnt Orange. HEX triplet: FE, 6C and 36. RGB value is (254,108,54). Sum of RGB (Red+Green+Blue) = 254+108+54=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C36 is #0193C9. Grayscale: #919191. Windows color (decimal): -103370 or 3566846. OLE color: 3566846.

HSL color Cylindrical-coordinate representation of color #FE6C36: hue angle of 16.2º 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 #FE6C36 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 108 54 -
CMYK 0 0.57 0.79 0.00
HSL 16.2º 0.99% 0.6% -
HSV(B) 16.2º 0.79% 1% -
XYZ 46.9 32.06 7.21 -
YUV 145.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 254 108 54 0 0.57 0.79 0.00 16.2 0.99 0.6
Hex FE 6C 36 0 39 4F 0 10 63 3C
Octal 376 154 66 0 71 117 0 20 143 74
Binary 11111110 1101100 110110 0 111001 1001111 0 10000 1100011 111100

Color Harmonies of #FE6C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C36

Black with #FE6C36

Text Example


Text Example

White with #FE6C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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