Html Css Color HEX #F73F34 Red Orange

📋 copy color: '#F73F34'

red 247 ◦ green 63 ◦ blue 52

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

Shades of Red Orange #F73F34

Tints of Red Orange #F73F34

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

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

R = 68.23%
G = 17.4%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F73F34 (or 0xF73F34) is known color: Red Orange. HEX triplet: F7, 3F and 34. RGB value is (247,63,52). Sum of RGB (Red+Green+Blue) = 247+63+52=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73F34 is #08C0CB. Grayscale: #747474. Windows color (decimal): -573644 or 3424247. OLE color: 3424247.

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

Color convert

RGB 247 63 52 -
CMYK 0 0.74 0.79 0.03
HSL 3.38º 0.92% 0.59% -
HSV(B) 3.38º 0.79% 0.97% -
XYZ 40.76 23.58 5.65 -
YUV 116.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 247 63 52 0 0.74 0.79 0.03 3.38 0.92 0.59
Hex F7 3F 34 0 4A 4F 3 3 5C 3B
Octal 367 77 64 0 112 117 3 3 134 73
Binary 11110111 111111 110100 0 1001010 1001111 11 11 1011100 111011

Color Harmonies of #F73F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F34

Black with #F73F34

Text Example


Text Example

White with #F73F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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