Html Css Color HEX #F73D0A Orange Red

📋 copy color: '#F73D0A'

red 247 ◦ green 61 ◦ blue 10

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

Shades of Orange Red #F73D0A

Tints of Orange Red #F73D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 77.67%
G = 19.18%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F73D0A (or 0xF73D0A) is known color: Orange Red. HEX triplet: F7, 3D and 0A. RGB value is (247,61,10). Sum of RGB (Red+Green+Blue) = 247+61+10=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73D0A is #08C2F5. Grayscale: #6F6F6F. Windows color (decimal): -574198 or 671223. OLE color: 671223.

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

Color convert

RGB 247 61 10 -
CMYK 0 0.75 0.96 0.03
HSL 12.91º 0.94% 0.5% -
HSV(B) 12.91º 0.96% 0.97% -
XYZ 40.08 23.13 2.64 -
YUV 110.8 71.12 225.15 -
System Red Green Blue C M Y K H S L
Decimal 247 61 10 0 0.75 0.96 0.03 12.91 0.94 0.5
Hex F7 3D A 0 4B 60 3 D 5E 32
Octal 367 75 12 0 113 140 3 15 136 62
Binary 11110111 111101 1010 0 1001011 1100000 11 1101 1011110 110010

Color Harmonies of #F73D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73D0A

Black with #F73D0A

Text Example


Text Example

White with #F73D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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