Html Css Color HEX #F74129 Red Orange

📋 copy color: '#F74129'

red 247 ◦ green 65 ◦ blue 41

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

Shades of Red Orange #F74129

Tints of Red Orange #F74129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 69.97%
G = 18.41%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F74129 (or 0xF74129) is known color: Red Orange. HEX triplet: F7, 41 and 29. RGB value is (247,65,41). Sum of RGB (Red+Green+Blue) = 247+65+41=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F74129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74129 is #08BED6. Grayscale: #747474. Windows color (decimal): -573143 or 2703863. OLE color: 2703863.

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

Color convert

RGB 247 65 41 -
CMYK 0 0.74 0.83 0.03
HSL 6.99º 0.93% 0.56% -
HSV(B) 6.99º 0.83% 0.97% -
XYZ 40.65 23.71 4.53 -
YUV 116.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 247 65 41 0 0.74 0.83 0.03 6.99 0.93 0.56
Hex F7 41 29 0 4A 53 3 7 5D 38
Octal 367 101 51 0 112 123 3 7 135 70
Binary 11110111 1000001 101001 0 1001010 1010011 11 111 1011101 111000

Color Harmonies of #F74129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74129

Black with #F74129

Text Example


Text Example

White with #F74129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74129; }

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

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

background-color css

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

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

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

border-color css

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

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

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