Html Css Color HEX #FE722F Burnt Orange

📋 copy color: '#FE722F'

red 254 ◦ green 114 ◦ blue 47

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

Shades of Burnt Orange #FE722F

Tints of Burnt Orange #FE722F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 61.2%
G = 27.47%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE722F (or 0xFE722F) is known color: Burnt Orange. HEX triplet: FE, 72 and 2F. RGB value is (254,114,47). Sum of RGB (Red+Green+Blue) = 254+114+47=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE722F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE722F is #018DD0. Grayscale: #949494. Windows color (decimal): -101841 or 3109630. OLE color: 3109630.

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

Color convert

RGB 254 114 47 -
CMYK 0 0.55 0.81 0.00
HSL 19.42º 0.99% 0.59% -
HSV(B) 19.42º 0.81% 1% -
XYZ 47.4 33.31 6.62 -
YUV 148.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 254 114 47 0 0.55 0.81 0.00 19.42 0.99 0.59
Hex FE 72 2F 0 37 51 0 13 63 3B
Octal 376 162 57 0 67 121 0 23 143 73
Binary 11111110 1110010 101111 0 110111 1010001 0 10011 1100011 111011

Color Harmonies of #FE722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE722F

Black with #FE722F

Text Example


Text Example

White with #FE722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE722F; }

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

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

background-color css

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

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

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

border-color css

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

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

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