Html Css Color HEX #F74519 Orange Red

📋 copy color: '#F74519'

red 247 ◦ green 69 ◦ blue 25

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

Shades of Orange Red #F74519

Tints of Orange Red #F74519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

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

R = 72.43%
G = 20.23%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F74519 (or 0xF74519) is known color: Orange Red. HEX triplet: F7, 45 and 19. RGB value is (247,69,25). Sum of RGB (Red+Green+Blue) = 247+69+25=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F74519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74519 is #08BAE6. Grayscale: #757575. Windows color (decimal): -572135 or 1656311. OLE color: 1656311.

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

Color convert

RGB 247 69 25 -
CMYK 0 0.72 0.90 0.03
HSL 11.89º 0.93% 0.53% -
HSV(B) 11.89º 0.9% 0.97% -
XYZ 40.66 24.1 3.43 -
YUV 117.21 75.97 220.58 -
System Red Green Blue C M Y K H S L
Decimal 247 69 25 0 0.72 0.90 0.03 11.89 0.93 0.53
Hex F7 45 19 0 48 5A 3 C 5D 35
Octal 367 105 31 0 110 132 3 14 135 65
Binary 11110111 1000101 11001 0 1001000 1011010 11 1100 1011101 110101

Color Harmonies of #F74519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74519

Black with #F74519

Text Example


Text Example

White with #F74519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74519; }

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

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

background-color css

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

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

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

border-color css

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

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

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