#F2653C

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

Shades of Outrageous Orange #F2653C

Tints of Outrageous Orange #F2653C

Color information

#F2653C (or 0xF2653C) is unknown color: approx Outrageous Orange. HEX triplet: F2, 65 and 3C. RGB value is (242,101,60). Sum of RGB (Red+Green+Blue) = 242+101+60=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F2653C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2653C is #0D9AC3. Grayscale: #8A8A8A. Windows color (decimal): -891588 or 3958258. OLE color: 3958258.

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

Color convert

RGB24210160-
CMYK00.580.750.05
HSL13.52º87.5%59.22%-
HSV(B)13.52º75.21%94.9%-
XYZ42.0928.517.56-
YUV138.4983.71201.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 60.05%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=60.05%
G=25.06%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421016000.580.750.0513.5287.559.22
HexF2653C03A4B5e583b
Octal3621457407211351613073
Binary1111001011001011111000111010100101110111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2653C; }

 p { color: rgb(242,101,60); }

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

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

 a { background-color: rgb(242,101,60); }

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

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

 span { border-color: rgb(242,101,60); }

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