#F16534

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

Shades of Outrageous Orange #F16534

Tints of Outrageous Orange #F16534

Color information

#F16534 (or 0xF16534) is unknown color: approx Outrageous Orange. HEX triplet: F1, 65 and 34. RGB value is (241,101,52). Sum of RGB (Red+Green+Blue) = 241+101+52=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F16534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16534 is #0E9ACB. Grayscale: #898989. Windows color (decimal): -957132 or 3433969. OLE color: 3433969.

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

Color convert

RGB24110152-
CMYK00.580.780.05
HSL15.56º87.1%57.45%-
HSV(B)15.56º78.42%94.51%-
XYZ41.5528.266.51-
YUV137.2779.88201.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.17%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=61.17%
G=25.63%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411015200.580.780.0515.5687.157.45
HexF1653403A4E5105739
Octal3611456407211652012771
Binary11110001110010111010001110101001110101100001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16534; }

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

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

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

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

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

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

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

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