Html Css Color HEX #F74311 Orange Red

📋 copy color: '#F74311'

red 247 ◦ green 67 ◦ blue 17

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

Shades of Orange Red #F74311

Tints of Orange Red #F74311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.24%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 74.62%
G = 20.24%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F74311 (or 0xF74311) is known color: Orange Red. HEX triplet: F7, 43 and 11. RGB value is (247,67,17). Sum of RGB (Red+Green+Blue) = 247+67+17=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F74311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74311 is #08BCEE. Grayscale: #737373. Windows color (decimal): -572655 or 1131511. OLE color: 1131511.

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

Color convert

RGB 247 67 17 -
CMYK 0 0.73 0.93 0.03
HSL 13.04º 0.93% 0.52% -
HSV(B) 13.04º 0.93% 0.97% -
XYZ 40.47 23.83 3 -
YUV 115.12 72.63 222.07 -
System Red Green Blue C M Y K H S L
Decimal 247 67 17 0 0.73 0.93 0.03 13.04 0.93 0.52
Hex F7 43 11 0 49 5D 3 D 5D 34
Octal 367 103 21 0 111 135 3 15 135 64
Binary 11110111 1000011 10001 0 1001001 1011101 11 1101 1011101 110100

Color Harmonies of #F74311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74311

Black with #F74311

Text Example


Text Example

White with #F74311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74311; }

 p { color: rgb(247,67,17); }

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

background-color css

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

 a { background-color: rgb(247,67,17); }

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

border-color css

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

 span { border-color: rgb(247,67,17); }

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