#F05B2F

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

Shades of Outrageous Orange #F05B2F

Tints of Outrageous Orange #F05B2F

Color information

#F05B2F (or 0xF05B2F) is unknown color: approx Outrageous Orange. HEX triplet: F0, 5B and 2F. RGB value is (240,91,47). Sum of RGB (Red+Green+Blue) = 240+91+47=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05B2F is #0FA4D0. Grayscale: #828282. Windows color (decimal): -1025233 or 3103728. OLE color: 3103728.

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

Color convert

RGB2409147-
CMYK00.620.800.06
HSL13.68º86.55%56.27%-
HSV(B)13.68º80.42%94.12%-
XYZ40.1926.215.63-
YUV130.5480.86206.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.49%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=63.49%
G=24.07%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240914700.620.800.0613.6886.5556.27
HexF05B2F03E506e5738
Octal3601335707612061612770
Binary1111000010110111011110111110101000011011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B2F; }

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

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

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

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

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

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

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

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