Html Css Color HEX #FE702F Burnt Orange

📋 copy color: '#FE702F'

red 254 ◦ green 112 ◦ blue 47

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

Shades of Burnt Orange #FE702F

Tints of Burnt Orange #FE702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 61.5%
G = 27.12%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE702F (or 0xFE702F) is known color: Burnt Orange. HEX triplet: FE, 70 and 2F. RGB value is (254,112,47). Sum of RGB (Red+Green+Blue) = 254+112+47=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE702F is #018FD0. Grayscale: #939393. Windows color (decimal): -102353 or 3109118. OLE color: 3109118.

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

Color convert

RGB 254 112 47 -
CMYK 0 0.56 0.81 0.00
HSL 18.84º 0.99% 0.59% -
HSV(B) 18.84º 0.81% 1% -
XYZ 47.18 32.86 6.55 -
YUV 147.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 254 112 47 0 0.56 0.81 0.00 18.84 0.99 0.59
Hex FE 70 2F 0 38 51 0 13 63 3B
Octal 376 160 57 0 70 121 0 23 143 73
Binary 11111110 1110000 101111 0 111000 1010001 0 10011 1100011 111011

Color Harmonies of #FE702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE702F

Black with #FE702F

Text Example


Text Example

White with #FE702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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