Html Css Color HEX #FF8134 Burnt Orange

📋 copy color: '#FF8134'

red 255 ◦ green 129 ◦ blue 52

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

Shades of Burnt Orange #FF8134

Tints of Burnt Orange #FF8134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 58.49%
G = 29.59%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF8134 (or 0xFF8134) is known color: Burnt Orange. HEX triplet: FF, 81 and 34. RGB value is (255,129,52). Sum of RGB (Red+Green+Blue) = 255+129+52=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8134 is #007ECB. Grayscale: #9E9E9E. Windows color (decimal): -32460 or 3441151. OLE color: 3441151.

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

Color convert

RGB 255 129 52 -
CMYK 0 0.49 0.80 0
HSL 22.76º 1% 0.6% -
HSV(B) 22.76º 0.8% 1% -
XYZ 49.71 37.21 7.81 -
YUV 157.9 68.24 197.26 -
System Red Green Blue C M Y K H S L
Decimal 255 129 52 0 0.49 0.80 0 22.76 1 0.6
Hex FF 81 34 0 31 50 0 17 64 3C
Octal 377 201 64 0 61 120 0 27 144 74
Binary 11111111 10000001 110100 0 110001 1010000 0 10111 1100100 111100

Color Harmonies of #FF8134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8134

Black with #FF8134

Text Example


Text Example

White with #FF8134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8134; }

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

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

background-color css

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

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

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

border-color css

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

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

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