Html Css Color HEX #FF8130 Burnt Orange

📋 copy color: '#FF8130'

red 255 ◦ green 129 ◦ blue 48

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

Shades of Burnt Orange #FF8130

Tints of Burnt Orange #FF8130

RGB

 RED value IS 255 (100% from 255) = 59.03%

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

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 59.03%
G = 29.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF8130 (or 0xFF8130) is known color: Burnt Orange. HEX triplet: FF, 81 and 30. RGB value is (255,129,48). Sum of RGB (Red+Green+Blue) = 255+129+48=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8130 is #007ECF. Grayscale: #9D9D9D. Windows color (decimal): -32464 or 3179007. OLE color: 3179007.

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

Color convert

RGB 255 129 48 -
CMYK 0 0.49 0.81 0
HSL 23.48º 1% 0.59% -
HSV(B) 23.48º 0.81% 1% -
XYZ 49.62 37.17 7.36 -
YUV 157.44 66.24 197.59 -
System Red Green Blue C M Y K H S L
Decimal 255 129 48 0 0.49 0.81 0 23.48 1 0.59
Hex FF 81 30 0 31 51 0 17 64 3B
Octal 377 201 60 0 61 121 0 27 144 73
Binary 11111111 10000001 110000 0 110001 1010001 0 10111 1100100 111011

Color Harmonies of #FF8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8130

Black with #FF8130

Text Example


Text Example

White with #FF8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8130; }

 p { color: rgb(255,129,48); }

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

background-color css

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

 a { background-color: rgb(255,129,48); }

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

border-color css

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

 span { border-color: rgb(255,129,48); }

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