#f1643b

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

Shades of Outrageous Orange #F1643B

Tints of Outrageous Orange #F1643B

Color information

#F1643B (or 0xF1643B) is unknown color: approx Outrageous Orange. HEX triplet: F1, 64 and 3B. RGB value is (241,100,59). Sum of RGB (Red+Green+Blue) = 241+100+59=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1643B is #0E9BC4. Grayscale: #898989. Windows color (decimal): -957381 or 3892465. OLE color: 3892465.

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

Color convert

RGB24110059-
CMYK00.590.760.05
HSL13.52º86.67%58.82%-
HSV(B)13.52º75.52%94.51%-
XYZ41.6228.137.37-
YUV137.4883.71201.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 60.25%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 59 (23.44% from 255) = 14.75%
R=60.25%
G=25%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411005900.590.760.0513.5286.6758.82
HexF1643B03B4C5e573b
Octal3611447307311451612773
Binary1111000111001001110110111011100110010111101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1643b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1643b; }

 p { color: rgb(241,100,59); }

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

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

 a { background-color: rgb(241,100,59); }

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

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

 span { border-color: rgb(241,100,59); }

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