Html Css Color HEX #F74015 Orange Red

📋 copy color: '#F74015'

red 247 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #F74015

Tints of Orange Red #F74015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 74.4%
G = 19.28%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74015 (or 0xF74015) is known color: Orange Red. HEX triplet: F7, 40 and 15. RGB value is (247,64,21). Sum of RGB (Red+Green+Blue) = 247+64+21=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F74015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74015 is #08BFEA. Grayscale: #727272. Windows color (decimal): -573419 or 1392887. OLE color: 1392887.

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

Color convert

RGB 247 64 21 -
CMYK 0 0.74 0.91 0.03
HSL 11.42º 0.93% 0.53% -
HSV(B) 11.42º 0.91% 0.97% -
XYZ 40.33 23.5 3.12 -
YUV 113.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 247 64 21 0 0.74 0.91 0.03 11.42 0.93 0.53
Hex F7 40 15 0 4A 5B 3 B 5D 35
Octal 367 100 25 0 112 133 3 13 135 65
Binary 11110111 1000000 10101 0 1001010 1011011 11 1011 1011101 110101

Color Harmonies of #F74015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74015

Black with #F74015

Text Example


Text Example

White with #F74015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74015; }

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

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

background-color css

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

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

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

border-color css

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

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

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