Html Css Color HEX #F74714 Orange Red

📋 copy color: '#F74714'

red 247 ◦ green 71 ◦ blue 20

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

Shades of Orange Red #F74714

Tints of Orange Red #F74714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 73.08%
G = 21.01%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F74714 (or 0xF74714) is known color: Orange Red. HEX triplet: F7, 47 and 14. RGB value is (247,71,20). Sum of RGB (Red+Green+Blue) = 247+71+20=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F74714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74714 is #08B8EB. Grayscale: #767676. Windows color (decimal): -571628 or 1329143. OLE color: 1329143.

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

Color convert

RGB 247 71 20 -
CMYK 0 0.71 0.92 0.03
HSL 13.48º 0.93% 0.52% -
HSV(B) 13.48º 0.92% 0.97% -
XYZ 40.74 24.33 3.21 -
YUV 117.81 72.81 220.15 -
System Red Green Blue C M Y K H S L
Decimal 247 71 20 0 0.71 0.92 0.03 13.48 0.93 0.52
Hex F7 47 14 0 47 5C 3 D 5D 34
Octal 367 107 24 0 107 134 3 15 135 64
Binary 11110111 1000111 10100 0 1000111 1011100 11 1101 1011101 110100

Color Harmonies of #F74714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74714

Black with #F74714

Text Example


Text Example

White with #F74714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74714; }

 p { color: rgb(247,71,20); }

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

background-color css

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

 a { background-color: rgb(247,71,20); }

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

border-color css

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

 span { border-color: rgb(247,71,20); }

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