Html Css Color HEX #F74615 Orange Red

📋 copy color: '#F74615'

red 247 ◦ green 70 ◦ blue 21

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

Shades of Orange Red #F74615

Tints of Orange Red #F74615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 73.08%
G = 20.71%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74615 (or 0xF74615) is known color: Orange Red. HEX triplet: F7, 46 and 15. RGB value is (247,70,21). Sum of RGB (Red+Green+Blue) = 247+70+21=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F74615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74615 is #08B9EA. Grayscale: #757575. Windows color (decimal): -571883 or 1394423. OLE color: 1394423.

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

Color convert

RGB 247 70 21 -
CMYK 0 0.72 0.91 0.03
HSL 13.01º 0.93% 0.53% -
HSV(B) 13.01º 0.91% 0.97% -
XYZ 40.68 24.21 3.24 -
YUV 117.34 73.64 220.48 -
System Red Green Blue C M Y K H S L
Decimal 247 70 21 0 0.72 0.91 0.03 13.01 0.93 0.53
Hex F7 46 15 0 48 5B 3 D 5D 35
Octal 367 106 25 0 110 133 3 15 135 65
Binary 11110111 1000110 10101 0 1001000 1011011 11 1101 1011101 110101

Color Harmonies of #F74615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74615

Black with #F74615

Text Example


Text Example

White with #F74615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74615; }

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

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

background-color css

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

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

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

border-color css

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

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

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