Html Css Color HEX #FE6A3B Burnt Orange

📋 copy color: '#FE6A3B'

red 254 ◦ green 106 ◦ blue 59

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

Shades of Burnt Orange #FE6A3B

Tints of Burnt Orange #FE6A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.08%

R = 60.62%
G = 25.3%
B = 14.08%

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

#FE6A3B (or 0xFE6A3B) is known color: Burnt Orange. HEX triplet: FE, 6A and 3B. RGB value is (254,106,59). Sum of RGB (Red+Green+Blue) = 254+106+59=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A3B is #0195C4. Grayscale: #919191. Windows color (decimal): -103877 or 3894014. OLE color: 3894014.

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

Color convert

RGB 254 106 59 -
CMYK 0 0.58 0.77 0.00
HSL 14.46º 0.99% 0.61% -
HSV(B) 14.46º 0.77% 1% -
XYZ 46.82 31.69 7.79 -
YUV 144.89 79.53 205.82 -
System Red Green Blue C M Y K H S L
Decimal 254 106 59 0 0.58 0.77 0.00 14.46 0.99 0.61
Hex FE 6A 3B 0 3A 4D 0 E 63 3D
Octal 376 152 73 0 72 115 0 16 143 75
Binary 11111110 1101010 111011 0 111010 1001101 0 1110 1100011 111101

Color Harmonies of #FE6A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A3B

Black with #FE6A3B

Text Example


Text Example

White with #FE6A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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