Html Css Color HEX #F73222 Red Orange

📋 copy color: '#F73222'

red 247 ◦ green 50 ◦ blue 34

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

Shades of Red Orange #F73222

Tints of Red Orange #F73222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 74.62%
G = 15.11%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F73222 (or 0xF73222) is known color: Red Orange. HEX triplet: F7, 32 and 22. RGB value is (247,50,34). Sum of RGB (Red+Green+Blue) = 247+50+34=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F73222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73222 is #08CDDD. Grayscale: #6B6B6B. Windows color (decimal): -576990 or 2241271. OLE color: 2241271.

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

Color convert

RGB 247 50 34 -
CMYK 0 0.80 0.86 0.03
HSL 4.51º 0.93% 0.55% -
HSV(B) 4.51º 0.86% 0.97% -
XYZ 39.79 22.17 3.7 -
YUV 107.08 86.77 227.8 -
System Red Green Blue C M Y K H S L
Decimal 247 50 34 0 0.80 0.86 0.03 4.51 0.93 0.55
Hex F7 32 22 0 50 56 3 5 5D 37
Octal 367 62 42 0 120 126 3 5 135 67
Binary 11110111 110010 100010 0 1010000 1010110 11 101 1011101 110111

Color Harmonies of #F73222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73222

Black with #F73222

Text Example


Text Example

White with #F73222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73222; }

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

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

background-color css

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

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

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

border-color css

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

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

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