Html Css Color HEX #FE703B Burnt Orange

📋 copy color: '#FE703B'

red 254 ◦ green 112 ◦ blue 59

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

Shades of Burnt Orange #FE703B

Tints of Burnt Orange #FE703B

RGB

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

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

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

R = 59.76%
G = 26.35%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE703B (or 0xFE703B) is known color: Burnt Orange. HEX triplet: FE, 70 and 3B. RGB value is (254,112,59). Sum of RGB (Red+Green+Blue) = 254+112+59=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE703B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE703B is #018FC4. Grayscale: #949494. Windows color (decimal): -102341 or 3895550. OLE color: 3895550.

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

Color convert

RGB 254 112 59 -
CMYK 0 0.56 0.77 0.00
HSL 16.31º 0.99% 0.61% -
HSV(B) 16.31º 0.77% 1% -
XYZ 47.46 32.97 8 -
YUV 148.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 254 112 59 0 0.56 0.77 0.00 16.31 0.99 0.61
Hex FE 70 3B 0 38 4D 0 10 63 3D
Octal 376 160 73 0 70 115 0 20 143 75
Binary 11111110 1110000 111011 0 111000 1001101 0 10000 1100011 111101

Color Harmonies of #FE703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE703B

Black with #FE703B

Text Example


Text Example

White with #FE703B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE703B; }

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

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

background-color css

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

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

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

border-color css

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

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

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