Html Css Color HEX #FE752E Burnt Orange

📋 copy color: '#FE752E'

red 254 ◦ green 117 ◦ blue 46

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

Shades of Burnt Orange #FE752E

Tints of Burnt Orange #FE752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 60.91%
G = 28.06%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE752E (or 0xFE752E) is known color: Burnt Orange. HEX triplet: FE, 75 and 2E. RGB value is (254,117,46). Sum of RGB (Red+Green+Blue) = 254+117+46=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE752E is #018AD1. Grayscale: #969696. Windows color (decimal): -101074 or 3044862. OLE color: 3044862.

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

Color convert

RGB 254 117 46 -
CMYK 0 0.54 0.82 0.00
HSL 20.48º 0.99% 0.59% -
HSV(B) 20.48º 0.82% 1% -
XYZ 47.73 33.99 6.63 -
YUV 149.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 254 117 46 0 0.54 0.82 0.00 20.48 0.99 0.59
Hex FE 75 2E 0 36 52 0 14 63 3B
Octal 376 165 56 0 66 122 0 24 143 73
Binary 11111110 1110101 101110 0 110110 1010010 0 10100 1100011 111011

Color Harmonies of #FE752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE752E

Black with #FE752E

Text Example


Text Example

White with #FE752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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