Html Css Color HEX #F74A1E Red Orange

📋 copy color: '#F74A1E'

red 247 ◦ green 74 ◦ blue 30

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

Shades of Red Orange #F74A1E

Tints of Red Orange #F74A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 70.37%
G = 21.08%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F74A1E (or 0xF74A1E) is known color: Red Orange. HEX triplet: F7, 4A and 1E. RGB value is (247,74,30). Sum of RGB (Red+Green+Blue) = 247+74+30=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A1E is #08B5E1. Grayscale: #797979. Windows color (decimal): -570850 or 1985271. OLE color: 1985271.

HSL color Cylindrical-coordinate representation of color #F74A1E: hue angle of 12.17º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F74A1E is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 30 -
CMYK 0 0.70 0.88 0.03
HSL 12.17º 0.93% 0.54% -
HSV(B) 12.17º 0.88% 0.97% -
XYZ 41.04 24.77 3.85 -
YUV 120.71 76.81 218.08 -
System Red Green Blue C M Y K H S L
Decimal 247 74 30 0 0.70 0.88 0.03 12.17 0.93 0.54
Hex F7 4A 1E 0 46 58 3 C 5D 36
Octal 367 112 36 0 106 130 3 14 135 66
Binary 11110111 1001010 11110 0 1000110 1011000 11 1100 1011101 110110

Color Harmonies of #F74A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A1E

Black with #F74A1E

Text Example


Text Example

White with #F74A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A1E; }

 p { color: rgb(247,74,30); }

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

background-color css

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

 a { background-color: rgb(247,74,30); }

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

border-color css

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

 span { border-color: rgb(247,74,30); }

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