Html Css Color HEX #F73B0A Orange Red

📋 copy color: '#F73B0A'

red 247 ◦ green 59 ◦ blue 10

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

Shades of Orange Red #F73B0A

Tints of Orange Red #F73B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 78.16%
G = 18.67%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F73B0A (or 0xF73B0A) is known color: Orange Red. HEX triplet: F7, 3B and 0A. RGB value is (247,59,10). Sum of RGB (Red+Green+Blue) = 247+59+10=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73B0A is #08C4F5. Grayscale: #6E6E6E. Windows color (decimal): -574710 or 670711. OLE color: 670711.

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

Color convert

RGB 247 59 10 -
CMYK 0 0.76 0.96 0.03
HSL 12.41º 0.94% 0.5% -
HSV(B) 12.41º 0.96% 0.97% -
XYZ 39.98 22.92 2.6 -
YUV 109.63 71.78 225.98 -
System Red Green Blue C M Y K H S L
Decimal 247 59 10 0 0.76 0.96 0.03 12.41 0.94 0.5
Hex F7 3B A 0 4C 60 3 C 5E 32
Octal 367 73 12 0 114 140 3 14 136 62
Binary 11110111 111011 1010 0 1001100 1100000 11 1100 1011110 110010

Color Harmonies of #F73B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73B0A

Black with #F73B0A

Text Example


Text Example

White with #F73B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73B0A; }

 p { color: rgb(247,59,10); }

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

background-color css

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

 a { background-color: rgb(247,59,10); }

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

border-color css

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

 span { border-color: rgb(247,59,10); }

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