Html Css Color HEX #FE703E Burnt Orange

📋 copy color: '#FE703E'

red 254 ◦ green 112 ◦ blue 62

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

Shades of Burnt Orange #FE703E

Tints of Burnt Orange #FE703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.17%

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

R = 59.35%
G = 26.17%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE703E (or 0xFE703E) is known color: Burnt Orange. HEX triplet: FE, 70 and 3E. RGB value is (254,112,62). Sum of RGB (Red+Green+Blue) = 254+112+62=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE703E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE703E is #018FC1. Grayscale: #959595. Windows color (decimal): -102338 or 4092158. OLE color: 4092158.

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

Color convert

RGB 254 112 62 -
CMYK 0 0.56 0.76 0.00
HSL 15.63º 0.99% 0.62% -
HSV(B) 15.63º 0.76% 1% -
XYZ 47.54 33.01 8.42 -
YUV 148.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 254 112 62 0 0.56 0.76 0.00 15.63 0.99 0.62
Hex FE 70 3E 0 38 4C 0 10 63 3E
Octal 376 160 76 0 70 114 0 20 143 76
Binary 11111110 1110000 111110 0 111000 1001100 0 10000 1100011 111110

Color Harmonies of #FE703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE703E

Black with #FE703E

Text Example


Text Example

White with #FE703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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