Html Css Color HEX #F74205 Orange Red

📋 copy color: '#F74205'

red 247 ◦ green 66 ◦ blue 5

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

Shades of Orange Red #F74205

Tints of Orange Red #F74205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 77.67%
G = 20.75%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F74205 (or 0xF74205) is known color: Orange Red. HEX triplet: F7, 42 and 05. RGB value is (247,66,5). Sum of RGB (Red+Green+Blue) = 247+66+5=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F74205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74205 is #08BDFA. Grayscale: #717171. Windows color (decimal): -572923 or 344823. OLE color: 344823.

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

Color convert

RGB 247 66 5 -
CMYK 0 0.73 0.98 0.03
HSL 15.12º 0.96% 0.49% -
HSV(B) 15.12º 0.98% 0.97% -
XYZ 40.33 23.68 2.59 -
YUV 113.17 66.97 223.46 -
System Red Green Blue C M Y K H S L
Decimal 247 66 5 0 0.73 0.98 0.03 15.12 0.96 0.49
Hex F7 42 5 0 49 62 3 F 60 31
Octal 367 102 5 0 111 142 3 17 140 61
Binary 11110111 1000010 101 0 1001001 1100010 11 1111 1100000 110001

Color Harmonies of #F74205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74205

Black with #F74205

Text Example


Text Example

White with #F74205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74205; }

 p { color: rgb(247,66,5); }

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

background-color css

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

 a { background-color: rgb(247,66,5); }

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

border-color css

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

 span { border-color: rgb(247,66,5); }

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