#F0663F

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

Shades of Outrageous Orange #F0663F

Tints of Outrageous Orange #F0663F

Color information

#F0663F (or 0xF0663F) is unknown color: approx Outrageous Orange. HEX triplet: F0, 66 and 3F. RGB value is (240,102,63). Sum of RGB (Red+Green+Blue) = 240+102+63=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0663F is #0F99C0. Grayscale: #8B8B8B. Windows color (decimal): -1022401 or 4155120. OLE color: 4155120.

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

Color convert

RGB24010263-
CMYK00.580.740.06
HSL13.22º85.51%59.41%-
HSV(B)13.22º73.75%94.12%-
XYZ41.5828.397.99-
YUV138.8285.22200.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 63 (25% from 255) = 15.56%
R=59.26%
G=25.19%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401026300.580.740.0613.2285.5159.41
HexF0663F03A4A6d563b
Octal3601467707211261512673
Binary1111000011001101111110111010100101011011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0663F; }

 p { color: rgb(240,102,63); }

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

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

 a { background-color: rgb(240,102,63); }

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

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

 span { border-color: rgb(240,102,63); }

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