#f2663f

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

Shades of Outrageous Orange #F2663F

Tints of Outrageous Orange #F2663F

Color information

#F2663F (or 0xF2663F) is unknown color: approx Outrageous Orange. HEX triplet: F2, 66 and 3F. RGB value is (242,102,63). Sum of RGB (Red+Green+Blue) = 242+102+63=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2663F is #0D99C0. Grayscale: #8B8B8B. Windows color (decimal): -891329 or 4155122. OLE color: 4155122.

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

Color convert

RGB24210263-
CMYK00.580.740.05
HSL13.07º87.32%59.8%-
HSV(B)13.07º73.97%94.9%-
XYZ42.2728.748.02-
YUV139.4184.88201.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.46%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 63 (25% from 255) = 15.48%
R=59.46%
G=25.06%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421026300.580.740.0513.0787.3259.8
HexF2663F03A4A5d573c
Octal3621467707211251512774
Binary1111001011001101111110111010100101010111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2663f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2663f; }

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

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

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

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

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

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

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

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