Html Css Color HEX #FE6A2B Burnt Orange

📋 copy color: '#FE6A2B'

red 254 ◦ green 106 ◦ blue 43

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

Shades of Burnt Orange #FE6A2B

Tints of Burnt Orange #FE6A2B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.3%

 BLUE value IS 43 (17.19% from 255) = 10.67%

R = 63.03%
G = 26.3%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE6A2B (or 0xFE6A2B) is known color: Burnt Orange. HEX triplet: FE, 6A and 2B. RGB value is (254,106,43). Sum of RGB (Red+Green+Blue) = 254+106+43=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A2B is #0195D4. Grayscale: #8F8F8F. Windows color (decimal): -103893 or 2845438. OLE color: 2845438.

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

Color convert

RGB 254 106 43 -
CMYK 0 0.58 0.83 0.00
HSL 17.91º 0.99% 0.58% -
HSV(B) 17.91º 0.83% 1% -
XYZ 46.46 31.55 5.93 -
YUV 143.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 254 106 43 0 0.58 0.83 0.00 17.91 0.99 0.58
Hex FE 6A 2B 0 3A 53 0 12 63 3A
Octal 376 152 53 0 72 123 0 22 143 72
Binary 11111110 1101010 101011 0 111010 1010011 0 10010 1100011 111010

Color Harmonies of #FE6A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A2B

Black with #FE6A2B

Text Example


Text Example

White with #FE6A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A2B; }

 p { color: rgb(254,106,43); }

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

background-color css

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

 a { background-color: rgb(254,106,43); }

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

border-color css

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

 span { border-color: rgb(254,106,43); }

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