#F1583C

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

Shades of Outrageous Orange #F1583C

Tints of Outrageous Orange #F1583C

Color information

#F1583C (or 0xF1583C) is unknown color: approx Outrageous Orange. HEX triplet: F1, 58 and 3C. RGB value is (241,88,60). Sum of RGB (Red+Green+Blue) = 241+88+60=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1583C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1583C is #0EA7C3. Grayscale: #828282. Windows color (decimal): -960452 or 3954929. OLE color: 3954929.

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

Color convert

RGB2418860-
CMYK00.630.750.05
HSL9.28º86.6%59.02%-
HSV(B)9.28º75.1%94.51%-
XYZ40.5826.017.16-
YUV130.5688.19206.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.95%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 60 (23.83% from 255) = 15.42%
R=61.95%
G=22.62%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241886000.630.750.059.2886.659.02
HexF1583C03F4B59573b
Octal3611307407711351112773
Binary1111000110110001111000111111100101110110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1583C; }

 p { color: rgb(241,88,60); }

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

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

 a { background-color: rgb(241,88,60); }

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

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

 span { border-color: rgb(241,88,60); }

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