#F23C09

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

Shades of Orange Red #F23C09

Tints of Orange Red #F23C09

Color information

#F23C09 (or 0xF23C09) is unknown color: approx Orange Red. HEX triplet: F2, 3C and 09. RGB value is (242,60,9). Sum of RGB (Red+Green+Blue) = 242+60+9=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C09 is #0DC3F6. Grayscale: #6C6C6C. Windows color (decimal): -902135 or 605426. OLE color: 605426.

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

Color convert

RGB242609-
CMYK00.750.960.05
HSL13.13º92.83%49.22%-
HSV(B)13.13º96.28%94.9%-
XYZ38.2822.132.51-
YUV108.671.8223.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 77.81%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 9 (3.91% from 255) = 2.89%
R=77.81%
G=19.29%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24260900.750.960.0513.1392.8349.22
HexF23C904B605d5d31
Octal3627411011314051513561
Binary11110010111100100101001011110000010111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23C09; }

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

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

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

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

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

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

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

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