#F2643E

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

Shades of Outrageous Orange #F2643E

Tints of Outrageous Orange #F2643E

Color information

#F2643E (or 0xF2643E) is unknown color: approx Outrageous Orange. HEX triplet: F2, 64 and 3E. RGB value is (242,100,62). Sum of RGB (Red+Green+Blue) = 242+100+62=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2643E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2643E is #0D9BC1. Grayscale: #8A8A8A. Windows color (decimal): -891842 or 4089074. OLE color: 4089074.

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

Color convert

RGB24210062-
CMYK00.590.740.05
HSL12.67º87.38%59.61%-
HSV(B)12.67º74.38%94.9%-
XYZ42.0428.347.81-
YUV138.1385.04202.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.90%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 62 (24.61% from 255) = 15.35%
R=59.90%
G=24.75%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421006200.590.740.0512.6787.3859.61
HexF2643E03B4A5d573c
Octal3621447607311251512774
Binary1111001011001001111100111011100101010111011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2643E; }

 p { color: rgb(242,100,62); }

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

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

 a { background-color: rgb(242,100,62); }

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

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

 span { border-color: rgb(242,100,62); }

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