Html Css Color HEX #FE7328 Burnt Orange

📋 copy color: '#FE7328'

red 254 ◦ green 115 ◦ blue 40

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

Shades of Burnt Orange #FE7328

Tints of Burnt Orange #FE7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.12%

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 62.1%
G = 28.12%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE7328 (or 0xFE7328) is known color: Burnt Orange. HEX triplet: FE, 73 and 28. RGB value is (254,115,40). Sum of RGB (Red+Green+Blue) = 254+115+40=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7328 is #018CD7. Grayscale: #949494. Windows color (decimal): -101592 or 2651134. OLE color: 2651134.

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

Color convert

RGB 254 115 40 -
CMYK 0 0.55 0.84 0.00
HSL 21.03º 0.99% 0.58% -
HSV(B) 21.03º 0.84% 1% -
XYZ 47.39 33.49 5.97 -
YUV 148.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 254 115 40 0 0.55 0.84 0.00 21.03 0.99 0.58
Hex FE 73 28 0 37 54 0 15 63 3A
Octal 376 163 50 0 67 124 0 25 143 72
Binary 11111110 1110011 101000 0 110111 1010100 0 10101 1100011 111010

Color Harmonies of #FE7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7328

Black with #FE7328

Text Example


Text Example

White with #FE7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7328; }

 p { color: rgb(254,115,40); }

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

background-color css

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

 a { background-color: rgb(254,115,40); }

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

border-color css

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

 span { border-color: rgb(254,115,40); }

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