Html Css Color HEX #F73020 Red Orange

📋 copy color: '#F73020'

red 247 ◦ green 48 ◦ blue 32

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

Shades of Red Orange #F73020

Tints of Red Orange #F73020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 75.54%
G = 14.68%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F73020 (or 0xF73020) is known color: Red Orange. HEX triplet: F7, 30 and 20. RGB value is (247,48,32). Sum of RGB (Red+Green+Blue) = 247+48+32=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F73020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73020 is #08CFDF. Grayscale: #696969. Windows color (decimal): -577504 or 2109687. OLE color: 2109687.

HSL color Cylindrical-coordinate representation of color #F73020: hue angle of 4.47º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F73020 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 32 -
CMYK 0 0.81 0.87 0.03
HSL 4.47º 0.93% 0.55% -
HSV(B) 4.47º 0.87% 0.97% -
XYZ 39.68 21.99 3.52 -
YUV 105.68 86.43 228.8 -
System Red Green Blue C M Y K H S L
Decimal 247 48 32 0 0.81 0.87 0.03 4.47 0.93 0.55
Hex F7 30 20 0 51 57 3 4 5D 37
Octal 367 60 40 0 121 127 3 4 135 67
Binary 11110111 110000 100000 0 1010001 1010111 11 100 1011101 110111

Color Harmonies of #F73020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73020

Black with #F73020

Text Example


Text Example

White with #F73020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73020; }

 p { color: rgb(247,48,32); }

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

background-color css

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

 a { background-color: rgb(247,48,32); }

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

border-color css

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

 span { border-color: rgb(247,48,32); }

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