Html Css Color HEX #F74405 Orange Red

📋 copy color: '#F74405'

red 247 ◦ green 68 ◦ blue 5

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

Shades of Orange Red #F74405

Tints of Orange Red #F74405

RGB

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

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

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

R = 77.19%
G = 21.25%
B = 1.56%

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

#F74405 (or 0xF74405) is known color: Orange Red. HEX triplet: F7, 44 and 05. RGB value is (247,68,5). Sum of RGB (Red+Green+Blue) = 247+68+5=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F74405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74405 is #08BBFA. Grayscale: #727272. Windows color (decimal): -572411 or 345335. OLE color: 345335.

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

Color convert

RGB 247 68 5 -
CMYK 0 0.72 0.98 0.03
HSL 15.62º 0.96% 0.49% -
HSV(B) 15.62º 0.98% 0.97% -
XYZ 40.45 23.92 2.63 -
YUV 114.34 66.3 222.62 -
System Red Green Blue C M Y K H S L
Decimal 247 68 5 0 0.72 0.98 0.03 15.62 0.96 0.49
Hex F7 44 5 0 48 62 3 10 60 31
Octal 367 104 5 0 110 142 3 20 140 61
Binary 11110111 1000100 101 0 1001000 1100010 11 10000 1100000 110001

Color Harmonies of #F74405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74405

Black with #F74405

Text Example


Text Example

White with #F74405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74405; }

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

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

background-color css

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

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

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

border-color css

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

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

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