#F23C12

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

Shades of Orange Red #F23C12

Tints of Orange Red #F23C12

Color information

#F23C12 (or 0xF23C12) is unknown color: approx Orange Red. HEX triplet: F2, 3C and 12. RGB value is (242,60,18). Sum of RGB (Red+Green+Blue) = 242+60+18=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C12 is #0DC3ED. Grayscale: #6D6D6D. Windows color (decimal): -902126 or 1195250. OLE color: 1195250.

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

Color convert

RGB2426018-
CMYK00.750.930.05
HSL11.25º89.6%50.98%-
HSV(B)11.25º92.56%94.9%-
XYZ38.3422.152.83-
YUV109.6376.3222.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 75.62%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=75.62%
G=18.75%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242601800.750.930.0511.2589.650.98
HexF23C1204B5D5b5a33
Octal3627422011313551313263
Binary111100101111001001001001011101110110110111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23C12; }

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

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

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

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

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

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

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

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