Html Css Color HEX #F73223 Red Orange

📋 copy color: '#F73223'

red 247 ◦ green 50 ◦ blue 35

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

Shades of Red Orange #F73223

Tints of Red Orange #F73223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 74.4%
G = 15.06%
B = 10.54%

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

#F73223 (or 0xF73223) is known color: Red Orange. HEX triplet: F7, 32 and 23. RGB value is (247,50,35). Sum of RGB (Red+Green+Blue) = 247+50+35=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F73223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73223 is #08CDDC. Grayscale: #6B6B6B. Windows color (decimal): -576989 or 2306807. OLE color: 2306807.

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

Color convert

RGB 247 50 35 -
CMYK 0 0.80 0.86 0.03
HSL 4.25º 0.93% 0.55% -
HSV(B) 4.25º 0.86% 0.97% -
XYZ 39.8 22.18 3.77 -
YUV 107.19 87.27 227.72 -
System Red Green Blue C M Y K H S L
Decimal 247 50 35 0 0.80 0.86 0.03 4.25 0.93 0.55
Hex F7 32 23 0 50 56 3 4 5D 37
Octal 367 62 43 0 120 126 3 4 135 67
Binary 11110111 110010 100011 0 1010000 1010110 11 100 1011101 110111

Color Harmonies of #F73223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73223

Black with #F73223

Text Example


Text Example

White with #F73223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73223; }

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

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

background-color css

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

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

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

border-color css

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

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

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