Html Css Color HEX #F74404 Orange Red

📋 copy color: '#F74404'

red 247 ◦ green 68 ◦ blue 4

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

Shades of Orange Red #F74404

Tints of Orange Red #F74404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 77.43%
G = 21.32%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74404 (or 0xF74404) is known color: Orange Red. HEX triplet: F7, 44 and 04. RGB value is (247,68,4). Sum of RGB (Red+Green+Blue) = 247+68+4=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F74404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74404 is #08BBFB. Grayscale: #727272. Windows color (decimal): -572412 or 279799. OLE color: 279799.

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

Color convert

RGB 247 68 4 -
CMYK 0 0.72 0.98 0.03
HSL 15.8º 0.97% 0.49% -
HSV(B) 15.8º 0.98% 0.97% -
XYZ 40.45 23.92 2.6 -
YUV 114.23 65.8 222.7 -
System Red Green Blue C M Y K H S L
Decimal 247 68 4 0 0.72 0.98 0.03 15.8 0.97 0.49
Hex F7 44 4 0 48 62 3 10 61 31
Octal 367 104 4 0 110 142 3 20 141 61
Binary 11110111 1000100 100 0 1001000 1100010 11 10000 1100001 110001

Color Harmonies of #F74404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74404

Black with #F74404

Text Example


Text Example

White with #F74404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74404; }

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

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

background-color css

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

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

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

border-color css

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

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

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