Html Css Color HEX #F7271F Red Orange

📋 copy color: '#F7271F'

red 247 ◦ green 39 ◦ blue 31

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

Shades of Red Orange #F7271F

Tints of Red Orange #F7271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

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

R = 77.92%
G = 12.3%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7271F (or 0xF7271F) is known color: Red Orange. HEX triplet: F7, 27 and 1F. RGB value is (247,39,31). Sum of RGB (Red+Green+Blue) = 247+39+31=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F7271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7271F is #08D8E0. Grayscale: #646464. Windows color (decimal): -579809 or 2041847. OLE color: 2041847.

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

Color convert

RGB 247 39 31 -
CMYK 0 0.84 0.87 0.03
HSL 2.22º 0.93% 0.55% -
HSV(B) 2.22º 0.87% 0.97% -
XYZ 39.33 21.32 3.34 -
YUV 100.28 88.91 232.65 -
System Red Green Blue C M Y K H S L
Decimal 247 39 31 0 0.84 0.87 0.03 2.22 0.93 0.55
Hex F7 27 1F 0 54 57 3 2 5D 37
Octal 367 47 37 0 124 127 3 2 135 67
Binary 11110111 100111 11111 0 1010100 1010111 11 10 1011101 110111

Color Harmonies of #F7271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7271F

Black with #F7271F

Text Example


Text Example

White with #F7271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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