Html Css Color HEX #F74108 Orange Red

📋 copy color: '#F74108'

red 247 ◦ green 65 ◦ blue 8

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

Shades of Orange Red #F74108

Tints of Orange Red #F74108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 77.19%
G = 20.31%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F74108 (or 0xF74108) is known color: Orange Red. HEX triplet: F7, 41 and 08. RGB value is (247,65,8). Sum of RGB (Red+Green+Blue) = 247+65+8=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F74108 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74108 is #08BEF7. Grayscale: #717171. Windows color (decimal): -573176 or 541175. OLE color: 541175.

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

Color convert

RGB 247 65 8 -
CMYK 0 0.74 0.97 0.03
HSL 14.31º 0.94% 0.5% -
HSV(B) 14.31º 0.97% 0.97% -
XYZ 40.29 23.57 2.66 -
YUV 112.92 68.8 223.63 -
System Red Green Blue C M Y K H S L
Decimal 247 65 8 0 0.74 0.97 0.03 14.31 0.94 0.5
Hex F7 41 8 0 4A 61 3 E 5E 32
Octal 367 101 10 0 112 141 3 16 136 62
Binary 11110111 1000001 1000 0 1001010 1100001 11 1110 1011110 110010

Color Harmonies of #F74108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74108

Black with #F74108

Text Example


Text Example

White with #F74108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74108; }

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

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

background-color css

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

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

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

border-color css

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

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

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