Html Css Color HEX #FE753F Burnt Orange

📋 copy color: '#FE753F'

red 254 ◦ green 117 ◦ blue 63

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

Shades of Burnt Orange #FE753F

Tints of Burnt Orange #FE753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

 BLUE value IS 63 (25% from 255) = 14.52%

R = 58.53%
G = 26.96%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE753F (or 0xFE753F) is known color: Burnt Orange. HEX triplet: FE, 75 and 3F. RGB value is (254,117,63). Sum of RGB (Red+Green+Blue) = 254+117+63=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE753F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE753F is #018AC0. Grayscale: #989898. Windows color (decimal): -101057 or 4158974. OLE color: 4158974.

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

Color convert

RGB 254 117 63 -
CMYK 0 0.54 0.75 0.00
HSL 16.96º 0.99% 0.62% -
HSV(B) 16.96º 0.75% 1% -
XYZ 48.13 34.15 8.76 -
YUV 151.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 254 117 63 0 0.54 0.75 0.00 16.96 0.99 0.62
Hex FE 75 3F 0 36 4B 0 11 63 3E
Octal 376 165 77 0 66 113 0 21 143 76
Binary 11111110 1110101 111111 0 110110 1001011 0 10001 1100011 111110

Color Harmonies of #FE753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE753F

Black with #FE753F

Text Example


Text Example

White with #FE753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE753F; }

 p { color: rgb(254,117,63); }

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

background-color css

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

 a { background-color: rgb(254,117,63); }

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

border-color css

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

 span { border-color: rgb(254,117,63); }

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