Html Css Color HEX #FE6A3A Burnt Orange

📋 copy color: '#FE6A3A'

red 254 ◦ green 106 ◦ blue 58

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

Shades of Burnt Orange #FE6A3A

Tints of Burnt Orange #FE6A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.88%

R = 60.77%
G = 25.36%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE6A3A (or 0xFE6A3A) is known color: Burnt Orange. HEX triplet: FE, 6A and 3A. RGB value is (254,106,58). Sum of RGB (Red+Green+Blue) = 254+106+58=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A3A is #0195C5. Grayscale: #919191. Windows color (decimal): -103878 or 3828478. OLE color: 3828478.

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

Color convert

RGB 254 106 58 -
CMYK 0 0.58 0.77 0.00
HSL 14.69º 0.99% 0.61% -
HSV(B) 14.69º 0.77% 1% -
XYZ 46.79 31.68 7.65 -
YUV 144.78 79.03 205.9 -
System Red Green Blue C M Y K H S L
Decimal 254 106 58 0 0.58 0.77 0.00 14.69 0.99 0.61
Hex FE 6A 3A 0 3A 4D 0 F 63 3D
Octal 376 152 72 0 72 115 0 17 143 75
Binary 11111110 1101010 111010 0 111010 1001101 0 1111 1100011 111101

Color Harmonies of #FE6A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A3A

Black with #FE6A3A

Text Example


Text Example

White with #FE6A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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