#F23C04

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

Shades of Orange Red #F23C04

Tints of Orange Red #F23C04

Color information

#F23C04 (or 0xF23C04) is unknown color: approx Orange Red. HEX triplet: F2, 3C and 04. RGB value is (242,60,4). Sum of RGB (Red+Green+Blue) = 242+60+4=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F23C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23C04 is #0DC3FB. Grayscale: #6C6C6C. Windows color (decimal): -902140 or 277746. OLE color: 277746.

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

Color convert

RGB242604-
CMYK00.750.980.05
HSL14.12º96.75%48.24%-
HSV(B)14.12º98.35%94.9%-
XYZ38.2622.122.37-
YUV108.0369.3223.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 79.08%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=79.08%
G=19.61%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24260400.750.980.0514.1296.7548.24
HexF23C404B625e6130
Octal362744011314251614160
Binary1111001011110010001001011110001010111101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F23C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F23C04; }

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

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

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

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

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

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

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

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