Html Css Color HEX #F74231 Red Orange

📋 copy color: '#F74231'

red 247 ◦ green 66 ◦ blue 49

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

Shades of Red Orange #F74231

Tints of Red Orange #F74231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.23%

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

R = 68.23%
G = 18.23%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F74231 (or 0xF74231) is known color: Red Orange. HEX triplet: F7, 42 and 31. RGB value is (247,66,49). Sum of RGB (Red+Green+Blue) = 247+66+49=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F74231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74231 is #08BDCE. Grayscale: #767676. Windows color (decimal): -572879 or 3228407. OLE color: 3228407.

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

Color convert

RGB 247 66 49 -
CMYK 0 0.73 0.80 0.03
HSL 5.15º 0.93% 0.58% -
HSV(B) 5.15º 0.8% 0.97% -
XYZ 40.86 23.89 5.36 -
YUV 118.18 88.97 219.88 -
System Red Green Blue C M Y K H S L
Decimal 247 66 49 0 0.73 0.80 0.03 5.15 0.93 0.58
Hex F7 42 31 0 49 50 3 5 5D 3A
Octal 367 102 61 0 111 120 3 5 135 72
Binary 11110111 1000010 110001 0 1001001 1010000 11 101 1011101 111010

Color Harmonies of #F74231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74231

Black with #F74231

Text Example


Text Example

White with #F74231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74231; }

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

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

background-color css

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

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

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

border-color css

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

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

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