Html Css Color HEX #F7311C Red Orange

📋 copy color: '#F7311C'

red 247 ◦ green 49 ◦ blue 28

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

Shades of Red Orange #F7311C

Tints of Red Orange #F7311C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 76.23%
G = 15.12%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7311C (or 0xF7311C) is known color: Red Orange. HEX triplet: F7, 31 and 1C. RGB value is (247,49,28). Sum of RGB (Red+Green+Blue) = 247+49+28=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F7311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7311C is #08CEE3. Grayscale: #6A6A6A. Windows color (decimal): -577252 or 1847799. OLE color: 1847799.

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

Color convert

RGB 247 49 28 -
CMYK 0 0.80 0.89 0.03
HSL 5.75º 0.93% 0.54% -
HSV(B) 5.75º 0.89% 0.97% -
XYZ 39.67 22.05 3.26 -
YUV 105.81 84.1 228.71 -
System Red Green Blue C M Y K H S L
Decimal 247 49 28 0 0.80 0.89 0.03 5.75 0.93 0.54
Hex F7 31 1C 0 50 59 3 6 5D 36
Octal 367 61 34 0 120 131 3 6 135 66
Binary 11110111 110001 11100 0 1010000 1011001 11 110 1011101 110110

Color Harmonies of #F7311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7311C

Black with #F7311C

Text Example


Text Example

White with #F7311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7311C; }

 p { color: rgb(247,49,28); }

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

background-color css

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

 a { background-color: rgb(247,49,28); }

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

border-color css

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

 span { border-color: rgb(247,49,28); }

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