Html Css Color HEX #F74614 Orange Red

📋 copy color: '#F74614'

red 247 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #F74614

Tints of Orange Red #F74614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 73.29%
G = 20.77%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F74614 (or 0xF74614) is known color: Orange Red. HEX triplet: F7, 46 and 14. RGB value is (247,70,20). Sum of RGB (Red+Green+Blue) = 247+70+20=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F74614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74614 is #08B9EB. Grayscale: #757575. Windows color (decimal): -571884 or 1328887. OLE color: 1328887.

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

Color convert

RGB 247 70 20 -
CMYK 0 0.72 0.92 0.03
HSL 13.22º 0.93% 0.52% -
HSV(B) 13.22º 0.92% 0.97% -
XYZ 40.67 24.2 3.19 -
YUV 117.22 73.14 220.57 -
System Red Green Blue C M Y K H S L
Decimal 247 70 20 0 0.72 0.92 0.03 13.22 0.93 0.52
Hex F7 46 14 0 48 5C 3 D 5D 34
Octal 367 106 24 0 110 134 3 15 135 64
Binary 11110111 1000110 10100 0 1001000 1011100 11 1101 1011101 110100

Color Harmonies of #F74614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74614

Black with #F74614

Text Example


Text Example

White with #F74614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74614; }

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

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

background-color css

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

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

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

border-color css

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

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

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