Html Css Color HEX #FE822F Burnt Orange

📋 copy color: '#FE822F'

red 254 ◦ green 130 ◦ blue 47

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

Shades of Burnt Orange #FE822F

Tints of Burnt Orange #FE822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

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

R = 58.93%
G = 30.16%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE822F (or 0xFE822F) is known color: Burnt Orange. HEX triplet: FE, 82 and 2F. RGB value is (254,130,47). Sum of RGB (Red+Green+Blue) = 254+130+47=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE822F is #017DD0. Grayscale: #9E9E9E. Windows color (decimal): -97745 or 3113726. OLE color: 3113726.

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

Color convert

RGB 254 130 47 -
CMYK 0 0.49 0.81 0.00
HSL 24.06º 0.99% 0.59% -
HSV(B) 24.06º 0.81% 1% -
XYZ 49.37 37.24 7.28 -
YUV 157.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 254 130 47 0 0.49 0.81 0.00 24.06 0.99 0.59
Hex FE 82 2F 0 31 51 0 18 63 3B
Octal 376 202 57 0 61 121 0 30 143 73
Binary 11111110 10000010 101111 0 110001 1010001 0 11000 1100011 111011

Color Harmonies of #FE822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE822F

Black with #FE822F

Text Example


Text Example

White with #FE822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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