Html Css Color HEX #FF7134 Burnt Orange

📋 copy color: '#FF7134'

red 255 ◦ green 113 ◦ blue 52

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

Shades of Burnt Orange #FF7134

Tints of Burnt Orange #FF7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.9%

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

R = 60.71%
G = 26.9%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF7134 (or 0xFF7134) is known color: Burnt Orange. HEX triplet: FF, 71 and 34. RGB value is (255,113,52). Sum of RGB (Red+Green+Blue) = 255+113+52=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7134 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7134 is #008ECB. Grayscale: #949494. Windows color (decimal): -36556 or 3437055. OLE color: 3437055.

HSL color Cylindrical-coordinate representation of color #FF7134: hue angle of 18.03º 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 #FF7134 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 113 52 -
CMYK 0 0.56 0.80 0
HSL 18.03º 1% 0.6% -
HSV(B) 18.03º 0.8% 1% -
XYZ 47.76 33.32 7.16 -
YUV 148.5 73.54 203.96 -
System Red Green Blue C M Y K H S L
Decimal 255 113 52 0 0.56 0.80 0 18.03 1 0.6
Hex FF 71 34 0 38 50 0 12 64 3C
Octal 377 161 64 0 70 120 0 22 144 74
Binary 11111111 1110001 110100 0 111000 1010000 0 10010 1100100 111100

Color Harmonies of #FF7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7134

Black with #FF7134

Text Example


Text Example

White with #FF7134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7134; }

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

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

background-color css

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

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

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

border-color css

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

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

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