Html Css Color HEX #F73220 Red Orange

📋 copy color: '#F73220'

red 247 ◦ green 50 ◦ blue 32

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

Shades of Red Orange #F73220

Tints of Red Orange #F73220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 75.08%
G = 15.2%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F73220 (or 0xF73220) is known color: Red Orange. HEX triplet: F7, 32 and 20. RGB value is (247,50,32). Sum of RGB (Red+Green+Blue) = 247+50+32=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F73220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73220 is #08CDDF. Grayscale: #6B6B6B. Windows color (decimal): -576992 or 2110199. OLE color: 2110199.

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

Color convert

RGB 247 50 32 -
CMYK 0 0.80 0.87 0.03
HSL 5.02º 0.93% 0.55% -
HSV(B) 5.02º 0.87% 0.97% -
XYZ 39.76 22.16 3.55 -
YUV 106.85 85.77 227.96 -
System Red Green Blue C M Y K H S L
Decimal 247 50 32 0 0.80 0.87 0.03 5.02 0.93 0.55
Hex F7 32 20 0 50 57 3 5 5D 37
Octal 367 62 40 0 120 127 3 5 135 67
Binary 11110111 110010 100000 0 1010000 1010111 11 101 1011101 110111

Color Harmonies of #F73220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73220

Black with #F73220

Text Example


Text Example

White with #F73220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73220; }

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

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

background-color css

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

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

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

border-color css

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

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

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