Html Css Color HEX #FE702B Burnt Orange

📋 copy color: '#FE702B'

red 254 ◦ green 112 ◦ blue 43

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

Shades of Burnt Orange #FE702B

Tints of Burnt Orange #FE702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 62.1%
G = 27.38%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE702B (or 0xFE702B) is known color: Burnt Orange. HEX triplet: FE, 70 and 2B. RGB value is (254,112,43). Sum of RGB (Red+Green+Blue) = 254+112+43=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE702B is #018FD4. Grayscale: #939393. Windows color (decimal): -102357 or 2846974. OLE color: 2846974.

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

Color convert

RGB 254 112 43 -
CMYK 0 0.56 0.83 0.00
HSL 19.62º 0.99% 0.58% -
HSV(B) 19.62º 0.83% 1% -
XYZ 47.1 32.83 6.14 -
YUV 146.59 69.54 204.61 -
System Red Green Blue C M Y K H S L
Decimal 254 112 43 0 0.56 0.83 0.00 19.62 0.99 0.58
Hex FE 70 2B 0 38 53 0 14 63 3A
Octal 376 160 53 0 70 123 0 24 143 72
Binary 11111110 1110000 101011 0 111000 1010011 0 10100 1100011 111010

Color Harmonies of #FE702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE702B

Black with #FE702B

Text Example


Text Example

White with #FE702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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