Html Css Color HEX #F72C1F Red Orange

📋 copy color: '#F72C1F'

red 247 ◦ green 44 ◦ blue 31

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

Shades of Red Orange #F72C1F

Tints of Red Orange #F72C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 76.71%
G = 13.66%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F72C1F (or 0xF72C1F) is known color: Red Orange. HEX triplet: F7, 2C and 1F. RGB value is (247,44,31). Sum of RGB (Red+Green+Blue) = 247+44+31=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72C1F is #08D3E0. Grayscale: #676767. Windows color (decimal): -578529 or 2043127. OLE color: 2043127.

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

Color convert

RGB 247 44 31 -
CMYK 0 0.82 0.87 0.03
HSL 3.61º 0.93% 0.55% -
HSV(B) 3.61º 0.87% 0.97% -
XYZ 39.51 21.67 3.4 -
YUV 103.22 87.25 230.56 -
System Red Green Blue C M Y K H S L
Decimal 247 44 31 0 0.82 0.87 0.03 3.61 0.93 0.55
Hex F7 2C 1F 0 52 57 3 4 5D 37
Octal 367 54 37 0 122 127 3 4 135 67
Binary 11110111 101100 11111 0 1010010 1010111 11 100 1011101 110111

Color Harmonies of #F72C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72C1F

Black with #F72C1F

Text Example


Text Example

White with #F72C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72C1F; }

 p { color: rgb(247,44,31); }

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

background-color css

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

 a { background-color: rgb(247,44,31); }

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

border-color css

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

 span { border-color: rgb(247,44,31); }

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