Html Css Color HEX #F73C35 Red Orange

📋 copy color: '#F73C35'

red 247 ◦ green 60 ◦ blue 53

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

Shades of Red Orange #F73C35

Tints of Red Orange #F73C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 68.61%
G = 16.67%
B = 14.72%

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

#F73C35 (or 0xF73C35) is known color: Red Orange. HEX triplet: F7, 3C and 35. RGB value is (247,60,53). Sum of RGB (Red+Green+Blue) = 247+60+53=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C35 is #08C3CA. Grayscale: #737373. Windows color (decimal): -574411 or 3489015. OLE color: 3489015.

HSL color Cylindrical-coordinate representation of color #F73C35: hue angle of 2.16º 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 #F73C35 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 60 53 -
CMYK 0 0.76 0.79 0.03
HSL 2.16º 0.92% 0.59% -
HSV(B) 2.16º 0.79% 0.97% -
XYZ 40.62 23.26 5.72 -
YUV 115.12 92.95 222.07 -
System Red Green Blue C M Y K H S L
Decimal 247 60 53 0 0.76 0.79 0.03 2.16 0.92 0.59
Hex F7 3C 35 0 4C 4F 3 2 5C 3B
Octal 367 74 65 0 114 117 3 2 134 73
Binary 11110111 111100 110101 0 1001100 1001111 11 10 1011100 111011

Color Harmonies of #F73C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73C35

Black with #F73C35

Text Example


Text Example

White with #F73C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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