Html Css Color HEX #F74032 Red Orange

📋 copy color: '#F74032'

red 247 ◦ green 64 ◦ blue 50

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

Shades of Red Orange #F74032

Tints of Red Orange #F74032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 68.42%
G = 17.73%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F74032 (or 0xF74032) is known color: Red Orange. HEX triplet: F7, 40 and 32. RGB value is (247,64,50). Sum of RGB (Red+Green+Blue) = 247+64+50=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F74032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74032 is #08BFCD. Grayscale: #757575. Windows color (decimal): -573390 or 3293431. OLE color: 3293431.

HSL color Cylindrical-coordinate representation of color #F74032: hue angle of 4.26º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F74032 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 64 50 -
CMYK 0 0.74 0.80 0.03
HSL 4.26º 0.92% 0.58% -
HSV(B) 4.26º 0.8% 0.97% -
XYZ 40.77 23.67 5.44 -
YUV 117.12 90.13 220.64 -
System Red Green Blue C M Y K H S L
Decimal 247 64 50 0 0.74 0.80 0.03 4.26 0.92 0.58
Hex F7 40 32 0 4A 50 3 4 5C 3A
Octal 367 100 62 0 112 120 3 4 134 72
Binary 11110111 1000000 110010 0 1001010 1010000 11 100 1011100 111010

Color Harmonies of #F74032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74032

Black with #F74032

Text Example


Text Example

White with #F74032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74032; }

 p { color: rgb(247,64,50); }

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

background-color css

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

 a { background-color: rgb(247,64,50); }

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

border-color css

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

 span { border-color: rgb(247,64,50); }

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