Html Css Color HEX #F74110 Orange Red

📋 copy color: '#F74110'

red 247 ◦ green 65 ◦ blue 16

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

Shades of Orange Red #F74110

Tints of Orange Red #F74110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

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

R = 75.3%
G = 19.82%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F74110 (or 0xF74110) is known color: Orange Red. HEX triplet: F7, 41 and 10. RGB value is (247,65,16). Sum of RGB (Red+Green+Blue) = 247+65+16=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F74110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74110 is #08BEEF. Grayscale: #727272. Windows color (decimal): -573168 or 1065463. OLE color: 1065463.

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

Color convert

RGB 247 65 16 -
CMYK 0 0.74 0.94 0.03
HSL 12.73º 0.94% 0.52% -
HSV(B) 12.73º 0.94% 0.97% -
XYZ 40.34 23.59 2.92 -
YUV 113.83 72.8 222.98 -
System Red Green Blue C M Y K H S L
Decimal 247 65 16 0 0.74 0.94 0.03 12.73 0.94 0.52
Hex F7 41 10 0 4A 5E 3 D 5E 34
Octal 367 101 20 0 112 136 3 15 136 64
Binary 11110111 1000001 10000 0 1001010 1011110 11 1101 1011110 110100

Color Harmonies of #F74110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74110

Black with #F74110

Text Example


Text Example

White with #F74110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74110; }

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

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

background-color css

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

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

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

border-color css

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

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

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