#F16632

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

Shades of Outrageous Orange #F16632

Tints of Outrageous Orange #F16632

Color information

#F16632 (or 0xF16632) is unknown color: approx Outrageous Orange. HEX triplet: F1, 66 and 32. RGB value is (241,102,50). Sum of RGB (Red+Green+Blue) = 241+102+50=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F16632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16632 is #0E99CD. Grayscale: #898989. Windows color (decimal): -956878 or 3303153. OLE color: 3303153.

HSL color Cylindrical-coordinate representation of color #F16632: hue angle of 16.34º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F16632 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24110250-
CMYK00.580.790.05
HSL16.34º87.21%57.06%-
HSV(B)16.34º79.25%94.51%-
XYZ41.628.436.31-
YUV137.6378.55201.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 50 (19.92% from 255) = 12.72%
R=61.32%
G=25.95%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411025000.580.790.0516.3487.2157.06
HexF1663203A4F5105739
Octal3611466207211752012771
Binary11110001110011011001001110101001111101100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16632; }

 p { color: rgb(241,102,50); }

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

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

 a { background-color: rgb(241,102,50); }

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

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

 span { border-color: rgb(241,102,50); }

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