Html Css Color HEX #FE7135 Burnt Orange

📋 copy color: '#FE7135'

red 254 ◦ green 113 ◦ blue 53

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

Shades of Burnt Orange #FE7135

Tints of Burnt Orange #FE7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.9%

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 60.48%
G = 26.9%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FE7135 (or 0xFE7135) is known color: Burnt Orange. HEX triplet: FE, 71 and 35. RGB value is (254,113,53). Sum of RGB (Red+Green+Blue) = 254+113+53=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7135 is #018ECA. Grayscale: #949494. Windows color (decimal): -102091 or 3502590. OLE color: 3502590.

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

Color convert

RGB 254 113 53 -
CMYK 0 0.56 0.79 0.00
HSL 17.91º 0.99% 0.6% -
HSV(B) 17.91º 0.79% 1% -
XYZ 47.42 33.14 7.27 -
YUV 148.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 254 113 53 0 0.56 0.79 0.00 17.91 0.99 0.6
Hex FE 71 35 0 38 4F 0 12 63 3C
Octal 376 161 65 0 70 117 0 22 143 74
Binary 11111110 1110001 110101 0 111000 1001111 0 10010 1100011 111100

Color Harmonies of #FE7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7135

Black with #FE7135

Text Example


Text Example

White with #FE7135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7135; }

 p { color: rgb(254,113,53); }

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

background-color css

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

 a { background-color: rgb(254,113,53); }

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

border-color css

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

 span { border-color: rgb(254,113,53); }

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