#F23B12

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

Shades of Orange Red #F23B12

Tints of Orange Red #F23B12

Color information

#F23B12 (or 0xF23B12) is unknown color: approx Orange Red. HEX triplet: F2, 3B and 12. RGB value is (242,59,18). Sum of RGB (Red+Green+Blue) = 242+59+18=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23B12 is #0DC4ED. Grayscale: #6D6D6D. Windows color (decimal): -902382 or 1194994. OLE color: 1194994.

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

Color convert

RGB2425918-
CMYK00.760.930.05
HSL10.98º89.6%50.98%-
HSV(B)10.98º92.56%94.9%-
XYZ38.2922.052.81-
YUV109.0476.63222.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 75.86%
GREEN value IS 59 (23.44% from 255) = 18.50%
BLUE value IS 18 (7.42% from 255) = 5.64%
R=75.86%
G=18.50%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242591800.760.930.0510.9889.650.98
HexF23B1204C5D5b5a33
Octal3627322011413551313263
Binary111100101110111001001001100101110110110111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23B12; }

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

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

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

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

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

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

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

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