Html Css Color HEX #FE6B3E Burnt Orange

📋 copy color: '#FE6B3E'

red 254 ◦ green 107 ◦ blue 62

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

Shades of Burnt Orange #FE6B3E

Tints of Burnt Orange #FE6B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.66%

R = 60.05%
G = 25.3%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE6B3E (or 0xFE6B3E) is known color: Burnt Orange. HEX triplet: FE, 6B and 3E. RGB value is (254,107,62). Sum of RGB (Red+Green+Blue) = 254+107+62=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6B3E is #0194C1. Grayscale: #929292. Windows color (decimal): -103618 or 4090878. OLE color: 4090878.

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

Color convert

RGB 254 107 62 -
CMYK 0 0.58 0.76 0.00
HSL 14.06º 0.99% 0.62% -
HSV(B) 14.06º 0.76% 1% -
XYZ 47 31.93 8.24 -
YUV 145.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 254 107 62 0 0.58 0.76 0.00 14.06 0.99 0.62
Hex FE 6B 3E 0 3A 4C 0 E 63 3E
Octal 376 153 76 0 72 114 0 16 143 76
Binary 11111110 1101011 111110 0 111010 1001100 0 1110 1100011 111110

Color Harmonies of #FE6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B3E

Black with #FE6B3E

Text Example


Text Example

White with #FE6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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