Html Css Color HEX #F74131 Red Orange

📋 copy color: '#F74131'

red 247 ◦ green 65 ◦ blue 49

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

Shades of Red Orange #F74131

Tints of Red Orange #F74131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 49 (19.53% from 255) = 13.57%

R = 68.42%
G = 18.01%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F74131 (or 0xF74131) is known color: Red Orange. HEX triplet: F7, 41 and 31. RGB value is (247,65,49). Sum of RGB (Red+Green+Blue) = 247+65+49=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F74131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74131 is #08BECE. Grayscale: #757575. Windows color (decimal): -573135 or 3228151. OLE color: 3228151.

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

Color convert

RGB 247 65 49 -
CMYK 0 0.74 0.80 0.03
HSL 4.85º 0.93% 0.58% -
HSV(B) 4.85º 0.8% 0.97% -
XYZ 40.8 23.78 5.34 -
YUV 117.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 247 65 49 0 0.74 0.80 0.03 4.85 0.93 0.58
Hex F7 41 31 0 4A 50 3 5 5D 3A
Octal 367 101 61 0 112 120 3 5 135 72
Binary 11110111 1000001 110001 0 1001010 1010000 11 101 1011101 111010

Color Harmonies of #F74131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74131

Black with #F74131

Text Example


Text Example

White with #F74131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74131; }

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

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

background-color css

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

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

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

border-color css

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

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

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