Html Css Color HEX #F74710 Orange Red

📋 copy color: '#F74710'

red 247 ◦ green 71 ◦ blue 16

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

Shades of Orange Red #F74710

Tints of Orange Red #F74710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 73.95%
G = 21.26%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F74710 (or 0xF74710) is known color: Orange Red. HEX triplet: F7, 47 and 10. RGB value is (247,71,16). Sum of RGB (Red+Green+Blue) = 247+71+16=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F74710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74710 is #08B8EF. Grayscale: #757575. Windows color (decimal): -571632 or 1066999. OLE color: 1066999.

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

Color convert

RGB 247 71 16 -
CMYK 0 0.71 0.94 0.03
HSL 14.29º 0.94% 0.52% -
HSV(B) 14.29º 0.94% 0.97% -
XYZ 40.7 24.32 3.04 -
YUV 117.35 70.81 220.47 -
System Red Green Blue C M Y K H S L
Decimal 247 71 16 0 0.71 0.94 0.03 14.29 0.94 0.52
Hex F7 47 10 0 47 5E 3 E 5E 34
Octal 367 107 20 0 107 136 3 16 136 64
Binary 11110111 1000111 10000 0 1000111 1011110 11 1110 1011110 110100

Color Harmonies of #F74710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74710

Black with #F74710

Text Example


Text Example

White with #F74710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74710; }

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

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

background-color css

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

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

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

border-color css

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

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

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