#f43c02

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

Shades of Orange Red #F43C02

Tints of Orange Red #F43C02

Color information

#F43C02 (or 0xF43C02) is unknown color: approx Orange Red. HEX triplet: F4, 3C and 02. RGB value is (244,60,2). Sum of RGB (Red+Green+Blue) = 244+60+2=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43C02 is #0BC3FD. Grayscale: #6C6C6C. Windows color (decimal): -771070 or 146676. OLE color: 146676.

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

Color convert

RGB244602-
CMYK00.750.990.04
HSL14.38º98.37%48.24%-
HSV(B)14.38º99.18%95.69%-
XYZ38.9422.472.34-
YUV108.467.96224.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 79.74%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=79.74%
G=19.61%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24460200.750.990.0414.3898.3748.24
HexF43C204B634e6230
Octal364742011314341614260
Binary111101001111001001001011110001110011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f43c02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f43c02; }

 p { color: rgb(244,60,2); }

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

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

 a { background-color: rgb(244,60,2); }

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

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

 span { border-color: rgb(244,60,2); }

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