Html Css Color HEX #F74816 Orange Red

📋 copy color: '#F74816'

red 247 ◦ green 72 ◦ blue 22

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

Shades of Orange Red #F74816

Tints of Orange Red #F74816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 72.43%
G = 21.11%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F74816 (or 0xF74816) is known color: Orange Red. HEX triplet: F7, 48 and 16. RGB value is (247,72,22). Sum of RGB (Red+Green+Blue) = 247+72+22=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F74816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74816 is #08B7E9. Grayscale: #767676. Windows color (decimal): -571370 or 1460471. OLE color: 1460471.

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

Color convert

RGB 247 72 22 -
CMYK 0 0.71 0.91 0.03
HSL 13.33º 0.93% 0.53% -
HSV(B) 13.33º 0.91% 0.97% -
XYZ 40.82 24.47 3.33 -
YUV 118.63 73.48 219.57 -
System Red Green Blue C M Y K H S L
Decimal 247 72 22 0 0.71 0.91 0.03 13.33 0.93 0.53
Hex F7 48 16 0 47 5B 3 D 5D 35
Octal 367 110 26 0 107 133 3 15 135 65
Binary 11110111 1001000 10110 0 1000111 1011011 11 1101 1011101 110101

Color Harmonies of #F74816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74816

Black with #F74816

Text Example


Text Example

White with #F74816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74816; }

 p { color: rgb(247,72,22); }

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

background-color css

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

 a { background-color: rgb(247,72,22); }

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

border-color css

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

 span { border-color: rgb(247,72,22); }

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