Html Css Color HEX #FE812C Burnt Orange

📋 copy color: '#FE812C'

red 254 ◦ green 129 ◦ blue 44

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

Shades of Burnt Orange #FE812C

Tints of Burnt Orange #FE812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 44 (17.58% from 255) = 10.3%

R = 59.48%
G = 30.21%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE812C (or 0xFE812C) is known color: Burnt Orange. HEX triplet: FE, 81 and 2C. RGB value is (254,129,44). Sum of RGB (Red+Green+Blue) = 254+129+44=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE812C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE812C is #017ED3. Grayscale: #9D9D9D. Windows color (decimal): -98004 or 2916862. OLE color: 2916862.

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

Color convert

RGB 254 129 44 -
CMYK 0 0.49 0.83 0.00
HSL 24.29º 0.99% 0.58% -
HSV(B) 24.29º 0.83% 1% -
XYZ 49.18 36.95 6.92 -
YUV 156.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 254 129 44 0 0.49 0.83 0.00 24.29 0.99 0.58
Hex FE 81 2C 0 31 53 0 18 63 3A
Octal 376 201 54 0 61 123 0 30 143 72
Binary 11111110 10000001 101100 0 110001 1010011 0 11000 1100011 111010

Color Harmonies of #FE812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE812C

Black with #FE812C

Text Example


Text Example

White with #FE812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE812C; }

 p { color: rgb(254,129,44); }

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

background-color css

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

 a { background-color: rgb(254,129,44); }

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

border-color css

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

 span { border-color: rgb(254,129,44); }

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