Html Css Color HEX #FE7F36 Burnt Orange

📋 copy color: '#FE7F36'

red 254 ◦ green 127 ◦ blue 54

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

Shades of Burnt Orange #FE7F36

Tints of Burnt Orange #FE7F36

RGB

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

 GREEN value IS 127 (50% from 255) = 29.2%

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

R = 58.39%
G = 29.2%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE7F36 (or 0xFE7F36) is known color: Burnt Orange. HEX triplet: FE, 7F and 36. RGB value is (254,127,54). Sum of RGB (Red+Green+Blue) = 254+127+54=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F36 is #0180C9. Grayscale: #9D9D9D. Windows color (decimal): -98506 or 3571710. OLE color: 3571710.

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

Color convert

RGB 254 127 54 -
CMYK 0 0.50 0.79 0.00
HSL 21.9º 0.99% 0.6% -
HSV(B) 21.9º 0.79% 1% -
XYZ 49.13 36.52 7.95 -
YUV 156.65 70.08 197.44 -
System Red Green Blue C M Y K H S L
Decimal 254 127 54 0 0.50 0.79 0.00 21.9 0.99 0.6
Hex FE 7F 36 0 32 4F 0 16 63 3C
Octal 376 177 66 0 62 117 0 26 143 74
Binary 11111110 1111111 110110 0 110010 1001111 0 10110 1100011 111100

Color Harmonies of #FE7F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F36

Black with #FE7F36

Text Example


Text Example

White with #FE7F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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