Html Css Color HEX #F74619 Orange Red

📋 copy color: '#F74619'

red 247 ◦ green 70 ◦ blue 25

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

Shades of Orange Red #F74619

Tints of Orange Red #F74619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.47%

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

R = 72.22%
G = 20.47%
B = 7.31%

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

#F74619 (or 0xF74619) is known color: Orange Red. HEX triplet: F7, 46 and 19. RGB value is (247,70,25). Sum of RGB (Red+Green+Blue) = 247+70+25=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F74619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74619 is #08B9E6. Grayscale: #767676. Windows color (decimal): -571879 or 1656567. OLE color: 1656567.

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

Color convert

RGB 247 70 25 -
CMYK 0 0.72 0.90 0.03
HSL 12.16º 0.93% 0.53% -
HSV(B) 12.16º 0.9% 0.97% -
XYZ 40.72 24.22 3.45 -
YUV 117.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 247 70 25 0 0.72 0.90 0.03 12.16 0.93 0.53
Hex F7 46 19 0 48 5A 3 C 5D 35
Octal 367 106 31 0 110 132 3 14 135 65
Binary 11110111 1000110 11001 0 1001000 1011010 11 1100 1011101 110101

Color Harmonies of #F74619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74619

Black with #F74619

Text Example


Text Example

White with #F74619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74619; }

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

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

background-color css

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

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

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

border-color css

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

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

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