Html Css Color HEX #F74104 Orange Red

📋 copy color: '#F74104'

red 247 ◦ green 65 ◦ blue 4

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

Shades of Orange Red #F74104

Tints of Orange Red #F74104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 78.16%
G = 20.57%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74104 (or 0xF74104) is known color: Orange Red. HEX triplet: F7, 41 and 04. RGB value is (247,65,4). Sum of RGB (Red+Green+Blue) = 247+65+4=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F74104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74104 is #08BEFB. Grayscale: #707070. Windows color (decimal): -573180 or 279031. OLE color: 279031.

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

Color convert

RGB 247 65 4 -
CMYK 0 0.74 0.98 0.03
HSL 15.06º 0.97% 0.49% -
HSV(B) 15.06º 0.98% 0.97% -
XYZ 40.27 23.56 2.54 -
YUV 112.46 66.8 223.96 -
System Red Green Blue C M Y K H S L
Decimal 247 65 4 0 0.74 0.98 0.03 15.06 0.97 0.49
Hex F7 41 4 0 4A 62 3 F 61 31
Octal 367 101 4 0 112 142 3 17 141 61
Binary 11110111 1000001 100 0 1001010 1100010 11 1111 1100001 110001

Color Harmonies of #F74104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74104

Black with #F74104

Text Example


Text Example

White with #F74104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74104; }

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

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

background-color css

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

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

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

border-color css

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

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

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