#F0652F

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

Shades of Outrageous Orange #F0652F

Tints of Outrageous Orange #F0652F

Color information

#F0652F (or 0xF0652F) is unknown color: approx Outrageous Orange. HEX triplet: F0, 65 and 2F. RGB value is (240,101,47). Sum of RGB (Red+Green+Blue) = 240+101+47=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0652F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0652F is #0F9AD0. Grayscale: #888888. Windows color (decimal): -1022673 or 3106288. OLE color: 3106288.

HSL color Cylindrical-coordinate representation of color #F0652F: hue angle of 16.79º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0652F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB24010147-
CMYK00.580.800.06
HSL16.79º86.55%56.27%-
HSV(B)16.79º80.42%94.12%-
XYZ41.128.045.93-
YUV136.477.55201.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.86%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 47 (18.75% from 255) = 12.11%
R=61.86%
G=26.03%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401014700.580.800.0616.7986.5556.27
HexF0652F03A506115738
Octal3601455707212062112770
Binary11110000110010110111101110101010000110100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0652F; }

 p { color: rgb(240,101,47); }

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

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

 a { background-color: rgb(240,101,47); }

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

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

 span { border-color: rgb(240,101,47); }

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