Html Css Color HEX #FE6B29 Burnt Orange

📋 copy color: '#FE6B29'

red 254 ◦ green 107 ◦ blue 41

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

Shades of Burnt Orange #FE6B29

Tints of Burnt Orange #FE6B29

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

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

R = 63.18%
G = 26.62%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE6B29 (or 0xFE6B29) is known color: Burnt Orange. HEX triplet: FE, 6B and 29. RGB value is (254,107,41). Sum of RGB (Red+Green+Blue) = 254+107+41=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B29 is #0194D6. Grayscale: #8F8F8F. Windows color (decimal): -103639 or 2714622. OLE color: 2714622.

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

Color convert

RGB 254 107 41 -
CMYK 0 0.58 0.84 0.00
HSL 18.59º 0.99% 0.58% -
HSV(B) 18.59º 0.84% 1% -
XYZ 46.53 31.75 5.77 -
YUV 143.43 70.2 206.87 -
System Red Green Blue C M Y K H S L
Decimal 254 107 41 0 0.58 0.84 0.00 18.59 0.99 0.58
Hex FE 6B 29 0 3A 54 0 13 63 3A
Octal 376 153 51 0 72 124 0 23 143 72
Binary 11111110 1101011 101001 0 111010 1010100 0 10011 1100011 111010

Color Harmonies of #FE6B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B29

Black with #FE6B29

Text Example


Text Example

White with #FE6B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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