Html Css Color HEX #F73C02 Orange Red

📋 copy color: '#F73C02'

red 247 ◦ green 60 ◦ blue 2

#F73C02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F73C02

Tints of Orange Red #F73C02

RGB

 RED value IS 247 (96.88% from 255) = 79.94%

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 79.94%
G = 19.42%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F73C02 (or 0xF73C02) is known color: Orange Red. HEX triplet: F7, 3C and 02. RGB value is (247,60,2). Sum of RGB (Red+Green+Blue) = 247+60+2=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C02 is #08C3FD. Grayscale: #6D6D6D. Windows color (decimal): -574462 or 146679. OLE color: 146679.

HSL color Cylindrical-coordinate representation of color #F73C02: hue angle of 14.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F73C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 2 -
CMYK 0 0.76 0.99 0.03
HSL 14.2º 0.98% 0.49% -
HSV(B) 14.2º 0.99% 0.97% -
XYZ 39.98 23.01 2.39 -
YUV 109.3 67.45 226.22 -
System Red Green Blue C M Y K H S L
Decimal 247 60 2 0 0.76 0.99 0.03 14.2 0.98 0.49
Hex F7 3C 2 0 4C 63 3 E 62 31
Octal 367 74 2 0 114 143 3 16 142 61
Binary 11110111 111100 10 0 1001100 1100011 11 1110 1100010 110001

Color Harmonies of #F73C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C02

Black with #F73C02

Text Example


Text Example

White with #F73C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C02; }

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

 H1.HeaderClassName
 {
   color: #F73C02;
 }
 .AnyTagClassName
 {
   color: #F73C02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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