#F0653B

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

Shades of Outrageous Orange #F0653B

Tints of Outrageous Orange #F0653B

Color information

#F0653B (or 0xF0653B) is unknown color: approx Outrageous Orange. HEX triplet: F0, 65 and 3B. RGB value is (240,101,59). Sum of RGB (Red+Green+Blue) = 240+101+59=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0653B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0653B is #0F9AC4. Grayscale: #8A8A8A. Windows color (decimal): -1022661 or 3892720. OLE color: 3892720.

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

Color convert

RGB24010159-
CMYK00.580.750.06
HSL13.92º85.78%58.63%-
HSV(B)13.92º75.42%94.12%-
XYZ41.3828.157.39-
YUV137.7783.55200.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 59 (23.44% from 255) = 14.75%
R=60%
G=25.25%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401015900.580.750.0613.9285.7858.63
HexF0653B03A4B6e563b
Octal3601457307211361612673
Binary1111000011001011110110111010100101111011101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0653B; }

 p { color: rgb(240,101,59); }

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

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

 a { background-color: rgb(240,101,59); }

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

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

 span { border-color: rgb(240,101,59); }

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