Html Css Color HEX #F74031 Red Orange

📋 copy color: '#F74031'

red 247 ◦ green 64 ◦ blue 49

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

Shades of Red Orange #F74031

Tints of Red Orange #F74031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

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

R = 68.61%
G = 17.78%
B = 13.61%

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

#F74031 (or 0xF74031) is known color: Red Orange. HEX triplet: F7, 40 and 31. RGB value is (247,64,49). Sum of RGB (Red+Green+Blue) = 247+64+49=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F74031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74031 is #08BFCE. Grayscale: #757575. Windows color (decimal): -573391 or 3227895. OLE color: 3227895.

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

Color convert

RGB 247 64 49 -
CMYK 0 0.74 0.80 0.03
HSL 4.55º 0.93% 0.58% -
HSV(B) 4.55º 0.8% 0.97% -
XYZ 40.75 23.66 5.33 -
YUV 117.01 89.63 220.72 -
System Red Green Blue C M Y K H S L
Decimal 247 64 49 0 0.74 0.80 0.03 4.55 0.93 0.58
Hex F7 40 31 0 4A 50 3 5 5D 3A
Octal 367 100 61 0 112 120 3 5 135 72
Binary 11110111 1000000 110001 0 1001010 1010000 11 101 1011101 111010

Color Harmonies of #F74031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74031

Black with #F74031

Text Example


Text Example

White with #F74031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74031; }

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

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

background-color css

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

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

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

border-color css

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

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

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