Html Css Color HEX #F74119 Orange Red

📋 copy color: '#F74119'

red 247 ◦ green 65 ◦ blue 25

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

Shades of Orange Red #F74119

Tints of Orange Red #F74119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 73.29%
G = 19.29%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F74119 (or 0xF74119) is known color: Orange Red. HEX triplet: F7, 41 and 19. RGB value is (247,65,25). Sum of RGB (Red+Green+Blue) = 247+65+25=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F74119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74119 is #08BEE6. Grayscale: #737373. Windows color (decimal): -573159 or 1655287. OLE color: 1655287.

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

Color convert

RGB 247 65 25 -
CMYK 0 0.74 0.90 0.03
HSL 10.81º 0.93% 0.53% -
HSV(B) 10.81º 0.9% 0.97% -
XYZ 40.42 23.62 3.35 -
YUV 114.86 77.3 222.25 -
System Red Green Blue C M Y K H S L
Decimal 247 65 25 0 0.74 0.90 0.03 10.81 0.93 0.53
Hex F7 41 19 0 4A 5A 3 B 5D 35
Octal 367 101 31 0 112 132 3 13 135 65
Binary 11110111 1000001 11001 0 1001010 1011010 11 1011 1011101 110101

Color Harmonies of #F74119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74119

Black with #F74119

Text Example


Text Example

White with #F74119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74119; }

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

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

background-color css

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

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

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

border-color css

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

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

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