#F2603F

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

Shades of Outrageous Orange #F2603F

Tints of Outrageous Orange #F2603F

Color information

#F2603F (or 0xF2603F) is unknown color: approx Outrageous Orange. HEX triplet: F2, 60 and 3F. RGB value is (242,96,63). Sum of RGB (Red+Green+Blue) = 242+96+63=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2603F is #0D9FC0. Grayscale: #888888. Windows color (decimal): -892865 or 4153586. OLE color: 4153586.

HSL color Cylindrical-coordinate representation of color #F2603F: hue angle of 11.06º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2603F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2429663-
CMYK00.600.740.05
HSL11.06º87.32%59.8%-
HSV(B)11.06º73.97%94.9%-
XYZ41.727.67.83-
YUV135.8986.87203.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.35%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 63 (25% from 255) = 15.71%
R=60.35%
G=23.94%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242966300.600.740.0511.0687.3259.8
HexF2603F03C4A5b573c
Octal3621407707411251312774
Binary1111001011000001111110111100100101010110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2603F; }

 p { color: rgb(242,96,63); }

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

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

 a { background-color: rgb(242,96,63); }

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

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

 span { border-color: rgb(242,96,63); }

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