Html Css Color HEX #F74315 Orange Red

📋 copy color: '#F74315'

red 247 ◦ green 67 ◦ blue 21

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

Shades of Orange Red #F74315

Tints of Orange Red #F74315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 73.73%
G = 20%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74315 (or 0xF74315) is known color: Orange Red. HEX triplet: F7, 43 and 15. RGB value is (247,67,21). Sum of RGB (Red+Green+Blue) = 247+67+21=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F74315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74315 is #08BCEA. Grayscale: #737373. Windows color (decimal): -572651 or 1393655. OLE color: 1393655.

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

Color convert

RGB 247 67 21 -
CMYK 0 0.73 0.91 0.03
HSL 12.21º 0.93% 0.53% -
HSV(B) 12.21º 0.91% 0.97% -
XYZ 40.5 23.84 3.18 -
YUV 115.58 74.63 221.74 -
System Red Green Blue C M Y K H S L
Decimal 247 67 21 0 0.73 0.91 0.03 12.21 0.93 0.53
Hex F7 43 15 0 49 5B 3 C 5D 35
Octal 367 103 25 0 111 133 3 14 135 65
Binary 11110111 1000011 10101 0 1001001 1011011 11 1100 1011101 110101

Color Harmonies of #F74315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74315

Black with #F74315

Text Example


Text Example

White with #F74315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74315; }

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

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

background-color css

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

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

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

border-color css

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

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

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