#F1663F

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

Shades of Outrageous Orange #F1663F

Tints of Outrageous Orange #F1663F

Color information

#F1663F (or 0xF1663F) is unknown color: approx Outrageous Orange. HEX triplet: F1, 66 and 3F. RGB value is (241,102,63). Sum of RGB (Red+Green+Blue) = 241+102+63=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1663F is #0E99C0. Grayscale: #8B8B8B. Windows color (decimal): -956865 or 4155121. OLE color: 4155121.

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

Color convert

RGB24110263-
CMYK00.580.740.05
HSL13.15º86.41%59.61%-
HSV(B)13.15º73.86%94.51%-
XYZ41.9228.568.01-
YUV139.1185.05200.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.36%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 63 (25% from 255) = 15.52%
R=59.36%
G=25.12%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411026300.580.740.0513.1586.4159.61
HexF1663F03A4A5d563c
Octal3611467707211251512674
Binary1111000111001101111110111010100101010111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1663F; }

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

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

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

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

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

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

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

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