Html Css Color HEX #FE702D Burnt Orange

📋 copy color: '#FE702D'

red 254 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #FE702D

Tints of Burnt Orange #FE702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 61.8%
G = 27.25%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE702D (or 0xFE702D) is known color: Burnt Orange. HEX triplet: FE, 70 and 2D. RGB value is (254,112,45). Sum of RGB (Red+Green+Blue) = 254+112+45=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE702D is #018FD2. Grayscale: #939393. Windows color (decimal): -102355 or 2978046. OLE color: 2978046.

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

Color convert

RGB 254 112 45 -
CMYK 0 0.56 0.82 0.00
HSL 19.23º 0.99% 0.59% -
HSV(B) 19.23º 0.82% 1% -
XYZ 47.14 32.85 6.34 -
YUV 146.82 70.54 204.45 -
System Red Green Blue C M Y K H S L
Decimal 254 112 45 0 0.56 0.82 0.00 19.23 0.99 0.59
Hex FE 70 2D 0 38 52 0 13 63 3B
Octal 376 160 55 0 70 122 0 23 143 73
Binary 11111110 1110000 101101 0 111000 1010010 0 10011 1100011 111011

Color Harmonies of #FE702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE702D

Black with #FE702D

Text Example


Text Example

White with #FE702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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