#F05C2B

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

Shades of Outrageous Orange #F05C2B

Tints of Outrageous Orange #F05C2B

Color information

#F05C2B (or 0xF05C2B) is unknown color: approx Outrageous Orange. HEX triplet: F0, 5C and 2B. RGB value is (240,92,43). Sum of RGB (Red+Green+Blue) = 240+92+43=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05C2B is #0FA3D4. Grayscale: #838383. Windows color (decimal): -1024981 or 2841840. OLE color: 2841840.

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

Color convert

RGB2409243-
CMYK00.620.820.06
HSL14.92º86.78%55.49%-
HSV(B)14.92º82.08%94.12%-
XYZ40.226.355.25-
YUV130.6778.53205.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 43 (17.19% from 255) = 11.47%
R=64%
G=24.53%
B=11.47%

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
Decimal240924300.620.820.0614.9286.7855.49
HexF05C2B03E526f5737
Octal3601345307612261712767
Binary1111000010111001010110111110101001011011111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05C2B; }

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

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

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

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

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

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

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

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