Html Css Color HEX #F74113 Orange Red

📋 copy color: '#F74113'

red 247 ◦ green 65 ◦ blue 19

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

Shades of Orange Red #F74113

Tints of Orange Red #F74113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 74.62%
G = 19.64%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F74113 (or 0xF74113) is known color: Orange Red. HEX triplet: F7, 41 and 13. RGB value is (247,65,19). Sum of RGB (Red+Green+Blue) = 247+65+19=331 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.62% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 247 - color contains mainly: red. Hex color #F74113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74113 is #08BEEC. Grayscale: #727272. Windows color (decimal): -573165 or 1262071. OLE color: 1262071.

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

Color convert

RGB 247 65 19 -
CMYK 0 0.74 0.92 0.03
HSL 12.11º 0.93% 0.52% -
HSV(B) 12.11º 0.92% 0.97% -
XYZ 40.37 23.6 3.04 -
YUV 114.17 74.3 222.74 -
System Red Green Blue C M Y K H S L
Decimal 247 65 19 0 0.74 0.92 0.03 12.11 0.93 0.52
Hex F7 41 13 0 4A 5C 3 C 5D 34
Octal 367 101 23 0 112 134 3 14 135 64
Binary 11110111 1000001 10011 0 1001010 1011100 11 1100 1011101 110100

Color Harmonies of #F74113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74113

Black with #F74113

Text Example


Text Example

White with #F74113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74113; }

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

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

background-color css

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

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

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

border-color css

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

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

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