#F0341B

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

Shades of Red Orange #F0341B

Tints of Red Orange #F0341B

Color information

#F0341B (or 0xF0341B) is unknown color: approx Red Orange. HEX triplet: F0, 34 and 1B. RGB value is (240,52,27). Sum of RGB (Red+Green+Blue) = 240+52+27=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0341B is #0FCBE4. Grayscale: #696969. Windows color (decimal): -1035237 or 1783024. OLE color: 1783024.

HSL color Cylindrical-coordinate representation of color #F0341B: hue angle of 7.04º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0341B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB2405227-
CMYK00.780.890.06
HSL7.04º87.65%52.35%-
HSV(B)7.04º88.75%94.12%-
XYZ37.3621.063.13-
YUV105.3683.78224.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 75.24%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 27 (10.94% from 255) = 8.46%
R=75.24%
G=16.30%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240522700.780.890.067.0487.6552.35
HexF0341B04E59675834
Octal360643301161316713064
Binary11110000110100110110100111010110011101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0341B; }

 p { color: rgb(240,52,27); }

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

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

 a { background-color: rgb(240,52,27); }

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

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

 span { border-color: rgb(240,52,27); }

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