#FF7732

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

Shades of Burnt Orange #FF7732

Tints of Burnt Orange #FF7732

Color information

#FF7732 (or 0xFF7732) is unknown color: approx Burnt Orange. HEX triplet: FF, 77 and 32. RGB value is (255,119,50). Sum of RGB (Red+Green+Blue) = 255+119+50=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7732 is #0088CD. Grayscale: #989898. Windows color (decimal): -35022 or 3307519. OLE color: 3307519.

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

Color convert

RGB25511950-
CMYK00.530.800
HSL20.2º100%59.8%-
HSV(B)20.2º80.39%100%-
XYZ48.4134.687.16-
YUV151.870.56201.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.14%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 50 (19.92% from 255) = 11.79%
R=60.14%
G=28.07%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551195000.530.80020.210059.8
HexFF773203550014643c
Octal3771676206512002414474
Binary111111111110111110010011010110100000101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7732; }

 p { color: rgb(255,119,50); }

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

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

 a { background-color: rgb(255,119,50); }

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

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

 span { border-color: rgb(255,119,50); }

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