Html Css Color HEX #F74020 Red Orange

📋 copy color: '#F74020'

red 247 ◦ green 64 ◦ blue 32

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

Shades of Red Orange #F74020

Tints of Red Orange #F74020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 72.01%
G = 18.66%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F74020 (or 0xF74020) is known color: Red Orange. HEX triplet: F7, 40 and 20. RGB value is (247,64,32). Sum of RGB (Red+Green+Blue) = 247+64+32=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F74020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74020 is #08BFDF. Grayscale: #737373. Windows color (decimal): -573408 or 2113783. OLE color: 2113783.

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

Color convert

RGB 247 64 32 -
CMYK 0 0.74 0.87 0.03
HSL 8.93º 0.93% 0.55% -
HSV(B) 8.93º 0.87% 0.97% -
XYZ 40.45 23.55 3.78 -
YUV 115.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 247 64 32 0 0.74 0.87 0.03 8.93 0.93 0.55
Hex F7 40 20 0 4A 57 3 9 5D 37
Octal 367 100 40 0 112 127 3 11 135 67
Binary 11110111 1000000 100000 0 1001010 1010111 11 1001 1011101 110111

Color Harmonies of #F74020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74020

Black with #F74020

Text Example


Text Example

White with #F74020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74020; }

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

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

background-color css

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

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

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

border-color css

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

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

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