#FF7632

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

Shades of Burnt Orange #FF7632

Tints of Burnt Orange #FF7632

Color information

#FF7632 (or 0xFF7632) is unknown color: approx Burnt Orange. HEX triplet: FF, 76 and 32. RGB value is (255,118,50). Sum of RGB (Red+Green+Blue) = 255+118+50=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7632 is #0089CD. Grayscale: #979797. Windows color (decimal): -35278 or 3307263. OLE color: 3307263.

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

Color convert

RGB25511850-
CMYK00.540.800
HSL19.9º100%59.8%-
HSV(B)19.9º80.39%100%-
XYZ48.2934.457.12-
YUV151.2170.89202.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.28%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 50 (19.92% from 255) = 11.82%
R=60.28%
G=27.90%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551185000.540.80019.910059.8
HexFF763203650014643c
Octal3771666206612002414474
Binary111111111110110110010011011010100000101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7632; }

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

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

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

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

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

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

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

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