Html Css Color HEX #F74D20 Red Orange

📋 copy color: '#F74D20'

red 247 ◦ green 77 ◦ blue 32

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

Shades of Red Orange #F74D20

Tints of Red Orange #F74D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

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

R = 69.38%
G = 21.63%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F74D20 (or 0xF74D20) is known color: Red Orange. HEX triplet: F7, 4D and 20. RGB value is (247,77,32). Sum of RGB (Red+Green+Blue) = 247+77+32=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74D20 is #08B2DF. Grayscale: #7B7B7B. Windows color (decimal): -570080 or 2117111. OLE color: 2117111.

HSL color Cylindrical-coordinate representation of color #F74D20: hue angle of 12.56º 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 #F74D20 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 77 32 -
CMYK 0 0.69 0.87 0.03
HSL 12.56º 0.93% 0.55% -
HSV(B) 12.56º 0.87% 0.97% -
XYZ 41.27 25.19 4.05 -
YUV 122.7 76.82 216.66 -
System Red Green Blue C M Y K H S L
Decimal 247 77 32 0 0.69 0.87 0.03 12.56 0.93 0.55
Hex F7 4D 20 0 45 57 3 D 5D 37
Octal 367 115 40 0 105 127 3 15 135 67
Binary 11110111 1001101 100000 0 1000101 1010111 11 1101 1011101 110111

Color Harmonies of #F74D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D20

Black with #F74D20

Text Example


Text Example

White with #F74D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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