Html Css Color HEX #F73A34 Red Orange

📋 copy color: '#F73A34'

red 247 ◦ green 58 ◦ blue 52

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

Shades of Red Orange #F73A34

Tints of Red Orange #F73A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

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

R = 69.19%
G = 16.25%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F73A34 (or 0xF73A34) is known color: Red Orange. HEX triplet: F7, 3A and 34. RGB value is (247,58,52). Sum of RGB (Red+Green+Blue) = 247+58+52=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73A34 is #08C5CB. Grayscale: #727272. Windows color (decimal): -574924 or 3422967. OLE color: 3422967.

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

Color convert

RGB 247 58 52 -
CMYK 0 0.77 0.79 0.03
HSL 1.85º 0.92% 0.59% -
HSV(B) 1.85º 0.79% 0.97% -
XYZ 40.49 23.05 5.56 -
YUV 113.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 247 58 52 0 0.77 0.79 0.03 1.85 0.92 0.59
Hex F7 3A 34 0 4D 4F 3 2 5C 3B
Octal 367 72 64 0 115 117 3 2 134 73
Binary 11110111 111010 110100 0 1001101 1001111 11 10 1011100 111011

Color Harmonies of #F73A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73A34

Black with #F73A34

Text Example


Text Example

White with #F73A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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