#FF7234

Color #FF7234 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FF7234

Tints of Burnt Orange #FF7234

Color information

#FF7234 (or 0xFF7234) is unknown color: approx Burnt Orange. HEX triplet: FF, 72 and 34. RGB value is (255,114,52). Sum of RGB (Red+Green+Blue) = 255+114+52=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7234 is #008DCB. Grayscale: #959595. Windows color (decimal): -36300 or 3437311. OLE color: 3437311.

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

Color convert

RGB25511452-
CMYK00.550.800
HSL18.33º100%60.2%-
HSV(B)18.33º79.61%100%-
XYZ47.8833.547.2-
YUV149.0973.21203.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 52 (20.70% from 255) = 12.35%
R=60.57%
G=27.08%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551145200.550.80018.3310060.2
HexFF723403750012643c
Octal3771626406712002214474
Binary111111111110010110100011011110100000100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7234; }

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

 H1.HeaderClassName
 {
   color: #FF7234;
 }
 .AnyTagClassName
 {
   color: #FF7234;
 }
</style>
background-color css

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

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

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

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

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

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