#F16532

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

Shades of Outrageous Orange #F16532

Tints of Outrageous Orange #F16532

Color information

#F16532 (or 0xF16532) is unknown color: approx Outrageous Orange. HEX triplet: F1, 65 and 32. RGB value is (241,101,50). Sum of RGB (Red+Green+Blue) = 241+101+50=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F16532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16532 is #0E9ACD. Grayscale: #898989. Windows color (decimal): -957134 or 3302897. OLE color: 3302897.

HSL color Cylindrical-coordinate representation of color #F16532: hue angle of 16.02º 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 #F16532 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB24110150-
CMYK00.580.790.05
HSL16.02º87.21%57.06%-
HSV(B)16.02º79.25%94.51%-
XYZ41.5128.246.28-
YUV137.0578.88202.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.48%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 50 (19.92% from 255) = 12.76%
R=61.48%
G=25.77%
B=12.76%

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
Decimal2411015000.580.790.0516.0287.2157.06
HexF1653203A4F5105739
Octal3611456207211752012771
Binary11110001110010111001001110101001111101100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16532; }

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

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

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

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

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

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

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

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