#F05B3D

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

Shades of Outrageous Orange #F05B3D

Tints of Outrageous Orange #F05B3D

Color information

#F05B3D (or 0xF05B3D) is unknown color: approx Outrageous Orange. HEX triplet: F0, 5B and 3D. RGB value is (240,91,61). Sum of RGB (Red+Green+Blue) = 240+91+61=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05B3D is #0FA4C2. Grayscale: #848484. Windows color (decimal): -1025219 or 4021232. OLE color: 4021232.

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

Color convert

RGB2409161-
CMYK00.620.750.06
HSL10.06º85.65%59.02%-
HSV(B)10.06º74.58%94.12%-
XYZ40.5226.347.36-
YUV132.1387.86204.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.22%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=61.22%
G=23.21%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240916100.620.750.0610.0685.6559.02
HexF05B3D03E4B6a563b
Octal3601337507611361212673
Binary1111000010110111111010111110100101111010101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B3D; }

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

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

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

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

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

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

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

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