Html Css Color HEX #F74A15 Orange Red

📋 copy color: '#F74A15'

red 247 ◦ green 74 ◦ blue 21

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

Shades of Orange Red #F74A15

Tints of Orange Red #F74A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

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

R = 72.22%
G = 21.64%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74A15 (or 0xF74A15) is known color: Orange Red. HEX triplet: F7, 4A and 15. RGB value is (247,74,21). Sum of RGB (Red+Green+Blue) = 247+74+21=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74A15 is #08B5EA. Grayscale: #787878. Windows color (decimal): -570859 or 1395447. OLE color: 1395447.

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

Color convert

RGB 247 74 21 -
CMYK 0 0.70 0.91 0.03
HSL 14.07º 0.93% 0.53% -
HSV(B) 14.07º 0.91% 0.97% -
XYZ 40.94 24.73 3.32 -
YUV 119.69 72.31 218.81 -
System Red Green Blue C M Y K H S L
Decimal 247 74 21 0 0.70 0.91 0.03 14.07 0.93 0.53
Hex F7 4A 15 0 46 5B 3 E 5D 35
Octal 367 112 25 0 106 133 3 16 135 65
Binary 11110111 1001010 10101 0 1000110 1011011 11 1110 1011101 110101

Color Harmonies of #F74A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A15

Black with #F74A15

Text Example


Text Example

White with #F74A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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