Html Css Color HEX #F73500 Orange Red

📋 copy color: '#F73500'

red 247 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #F73500

Tints of Orange Red #F73500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.33%
G = 17.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F73500 (or 0xF73500) is known color: Orange Red. HEX triplet: F7, 35 and 00. RGB value is (247,53,0). Sum of RGB (Red+Green+Blue) = 247+53+0=300 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 247 - color contains mainly: red. Hex color #F73500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73500 is #08CAFF. Grayscale: #696969. Windows color (decimal): -576256 or 13815. OLE color: 13815.

HSL color Cylindrical-coordinate representation of color #F73500: hue angle of 12.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F73500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 53 0 -
CMYK 0 0.79 1 0.03
HSL 12.87º 1% 0.48% -
HSV(B) 12.87º 1% 0.97% -
XYZ 39.63 22.32 2.22 -
YUV 104.96 68.77 229.31 -
System Red Green Blue C M Y K H S L
Decimal 247 53 0 0 0.79 1 0.03 12.87 1 0.48
Hex F7 35 0 0 4F 64 3 D 64 30
Octal 367 65 0 0 117 144 3 15 144 60
Binary 11110111 110101 0 0 1001111 1100100 11 1101 1100100 110000

Color Harmonies of #F73500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73500

Black with #F73500

Text Example


Text Example

White with #F73500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73500; }

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

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

background-color css

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

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

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

border-color css

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

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

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