#F05A2B

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

Shades of Outrageous Orange #F05A2B

Tints of Outrageous Orange #F05A2B

Color information

#F05A2B (or 0xF05A2B) is unknown color: approx Outrageous Orange. HEX triplet: F0, 5A and 2B. RGB value is (240,90,43). Sum of RGB (Red+Green+Blue) = 240+90+43=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A2B is #0FA5D4. Grayscale: #818181. Windows color (decimal): -1025493 or 2841328. OLE color: 2841328.

HSL color Cylindrical-coordinate representation of color #F05A2B: hue angle of 14.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F05A2B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB2409043-
CMYK00.620.820.06
HSL14.31º86.78%55.49%-
HSV(B)14.31º82.08%94.12%-
XYZ40.0326.015.2-
YUV129.4979.19206.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64.34%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 43 (17.19% from 255) = 11.53%
R=64.34%
G=24.13%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240904300.620.820.0614.3186.7855.49
HexF05A2B03E526e5737
Octal3601325307612261612767
Binary1111000010110101010110111110101001011011101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A2B; }

 p { color: rgb(240,90,43); }

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

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

 a { background-color: rgb(240,90,43); }

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

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

 span { border-color: rgb(240,90,43); }

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