Html Css Color HEX #F74125 Red Orange

📋 copy color: '#F74125'

red 247 ◦ green 65 ◦ blue 37

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

Shades of Red Orange #F74125

Tints of Red Orange #F74125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 70.77%
G = 18.62%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F74125 (or 0xF74125) is known color: Red Orange. HEX triplet: F7, 41 and 25. RGB value is (247,65,37). Sum of RGB (Red+Green+Blue) = 247+65+37=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F74125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74125 is #08BEDA. Grayscale: #747474. Windows color (decimal): -573147 or 2441719. OLE color: 2441719.

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

Color convert

RGB 247 65 37 -
CMYK 0 0.74 0.85 0.03
HSL 0.93% 0.56% -
HSV(B) 0.85% 0.97% -
XYZ 40.58 23.69 4.18 -
YUV 116.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 247 65 37 0 0.74 0.85 0.03 8 0.93 0.56
Hex F7 41 25 0 4A 55 3 8 5D 38
Octal 367 101 45 0 112 125 3 10 135 70
Binary 11110111 1000001 100101 0 1001010 1010101 11 1000 1011101 111000

Color Harmonies of #F74125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74125

Black with #F74125

Text Example


Text Example

White with #F74125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74125; }

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

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

background-color css

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

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

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

border-color css

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

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

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