#F2593D

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

Shades of Outrageous Orange #F2593D

Tints of Outrageous Orange #F2593D

Color information

#F2593D (or 0xF2593D) is unknown color: approx Outrageous Orange. HEX triplet: F2, 59 and 3D. RGB value is (242,89,61). Sum of RGB (Red+Green+Blue) = 242+89+61=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2593D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2593D is #0DA6C2. Grayscale: #838383. Windows color (decimal): -894659 or 4020722. OLE color: 4020722.

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

Color convert

RGB2428961-
CMYK00.630.750.05
HSL9.28º87.44%59.41%-
HSV(B)9.28º74.79%94.9%-
XYZ41.0326.367.34-
YUV131.5688.19206.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 61.73%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=61.73%
G=22.70%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242896100.630.750.059.2887.4459.41
HexF2593D03F4B59573b
Octal3621317507711351112773
Binary1111001010110011111010111111100101110110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2593D; }

 p { color: rgb(242,89,61); }

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

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

 a { background-color: rgb(242,89,61); }

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

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

 span { border-color: rgb(242,89,61); }

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