#FF6332

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

Shades of Outrageous Orange #FF6332

Tints of Outrageous Orange #FF6332

Color information

#FF6332 (or 0xFF6332) is unknown color: approx Outrageous Orange. HEX triplet: FF, 63 and 32. RGB value is (255,99,50). Sum of RGB (Red+Green+Blue) = 255+99+50=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6332 is #009CCD. Grayscale: #8C8C8C. Windows color (decimal): -40142 or 3302399. OLE color: 3302399.

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

Color convert

RGB2559950-
CMYK00.610.800
HSL14.34º100%59.8%-
HSV(B)14.34º80.39%100%-
XYZ46.2830.416.45-
YUV140.0677.18209.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 99 (39.06% from 255) = 24.50%
BLUE value IS 50 (19.92% from 255) = 12.38%
R=63.12%
G=24.50%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255995000.610.80014.3410059.8
HexFF633203D500e643c
Octal3771436207512001614474
Binary11111111110001111001001111011010000011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6332; }

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

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

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

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

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

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

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

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