Html Css Color HEX #FE6729 Burnt Orange

📋 copy color: '#FE6729'

red 254 ◦ green 103 ◦ blue 41

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

Shades of Burnt Orange #FE6729

Tints of Burnt Orange #FE6729

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 41 (16.41% from 255) = 10.3%

R = 63.82%
G = 25.88%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE6729 (or 0xFE6729) is known color: Burnt Orange. HEX triplet: FE, 67 and 29. RGB value is (254,103,41). Sum of RGB (Red+Green+Blue) = 254+103+41=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6729 is #0198D6. Grayscale: #8D8D8D. Windows color (decimal): -104663 or 2713598. OLE color: 2713598.

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

Color convert

RGB 254 103 41 -
CMYK 0 0.59 0.84 0.00
HSL 17.46º 0.99% 0.58% -
HSV(B) 17.46º 0.84% 1% -
XYZ 46.12 30.93 5.64 -
YUV 141.08 71.53 208.54 -
System Red Green Blue C M Y K H S L
Decimal 254 103 41 0 0.59 0.84 0.00 17.46 0.99 0.58
Hex FE 67 29 0 3B 54 0 11 63 3A
Octal 376 147 51 0 73 124 0 21 143 72
Binary 11111110 1100111 101001 0 111011 1010100 0 10001 1100011 111010

Color Harmonies of #FE6729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6729

Black with #FE6729

Text Example


Text Example

White with #FE6729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6729; }

 p { color: rgb(254,103,41); }

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

background-color css

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

 a { background-color: rgb(254,103,41); }

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

border-color css

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

 span { border-color: rgb(254,103,41); }

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