Html Css Color HEX #F73C34 Red Orange

📋 copy color: '#F73C34'

red 247 ◦ green 60 ◦ blue 52

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

Shades of Red Orange #F73C34

Tints of Red Orange #F73C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.48%

R = 68.8%
G = 16.71%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F73C34 (or 0xF73C34) is known color: Red Orange. HEX triplet: F7, 3C and 34. RGB value is (247,60,52). Sum of RGB (Red+Green+Blue) = 247+60+52=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C34 is #08C3CB. Grayscale: #737373. Windows color (decimal): -574412 or 3423479. OLE color: 3423479.

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

Color convert

RGB 247 60 52 -
CMYK 0 0.76 0.79 0.03
HSL 2.46º 0.92% 0.59% -
HSV(B) 2.46º 0.79% 0.97% -
XYZ 40.59 23.25 5.6 -
YUV 115 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 247 60 52 0 0.76 0.79 0.03 2.46 0.92 0.59
Hex F7 3C 34 0 4C 4F 3 2 5C 3B
Octal 367 74 64 0 114 117 3 2 134 73
Binary 11110111 111100 110100 0 1001100 1001111 11 10 1011100 111011

Color Harmonies of #F73C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C34

Black with #F73C34

Text Example


Text Example

White with #F73C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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