Html Css Color HEX #F7472F Red Orange

📋 copy color: '#F7472F'

red 247 ◦ green 71 ◦ blue 47

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

Shades of Red Orange #F7472F

Tints of Red Orange #F7472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 67.67%
G = 19.45%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7472F (or 0xF7472F) is known color: Red Orange. HEX triplet: F7, 47 and 2F. RGB value is (247,71,47). Sum of RGB (Red+Green+Blue) = 247+71+47=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F7472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7472F is #08B8D0. Grayscale: #797979. Windows color (decimal): -571601 or 3098615. OLE color: 3098615.

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

Color convert

RGB 247 71 47 -
CMYK 0 0.71 0.81 0.03
HSL 7.2º 0.93% 0.58% -
HSV(B) 7.2º 0.81% 0.97% -
XYZ 41.12 24.49 5.25 -
YUV 120.89 86.31 217.95 -
System Red Green Blue C M Y K H S L
Decimal 247 71 47 0 0.71 0.81 0.03 7.2 0.93 0.58
Hex F7 47 2F 0 47 51 3 7 5D 3A
Octal 367 107 57 0 107 121 3 7 135 72
Binary 11110111 1000111 101111 0 1000111 1010001 11 111 1011101 111010

Color Harmonies of #F7472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7472F

Black with #F7472F

Text Example


Text Example

White with #F7472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7472F; }

 p { color: rgb(247,71,47); }

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

background-color css

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

 a { background-color: rgb(247,71,47); }

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

border-color css

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

 span { border-color: rgb(247,71,47); }

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