#F0642F

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

Shades of Outrageous Orange #F0642F

Tints of Outrageous Orange #F0642F

Color information

#F0642F (or 0xF0642F) is unknown color: approx Outrageous Orange. HEX triplet: F0, 64 and 2F. RGB value is (240,100,47). Sum of RGB (Red+Green+Blue) = 240+100+47=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0642F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0642F is #0F9BD0. Grayscale: #888888. Windows color (decimal): -1022929 or 3106032. OLE color: 3106032.

HSL color Cylindrical-coordinate representation of color #F0642F: hue angle of 16.48º 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 #F0642F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB24010047-
CMYK00.580.800.06
HSL16.48º86.55%56.27%-
HSV(B)16.48º80.42%94.12%-
XYZ41.0127.845.9-
YUV135.8277.88202.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.02%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 47 (18.75% from 255) = 12.14%
R=62.02%
G=25.84%
B=12.14%

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
Decimal2401004700.580.800.0616.4886.5556.27
HexF0642F03A506105738
Octal3601445707212062012770
Binary11110000110010010111101110101010000110100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0642F; }

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

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

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

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

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

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

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

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