Html Css Color HEX #F7341F Red Orange

📋 copy color: '#F7341F'

red 247 ◦ green 52 ◦ blue 31

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

Shades of Red Orange #F7341F

Tints of Red Orange #F7341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 74.85%
G = 15.76%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7341F (or 0xF7341F) is known color: Red Orange. HEX triplet: F7, 34 and 1F. RGB value is (247,52,31). Sum of RGB (Red+Green+Blue) = 247+52+31=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7341F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7341F is #08CBE0. Grayscale: #6C6C6C. Windows color (decimal): -576481 or 2045175. OLE color: 2045175.

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

Color convert

RGB 247 52 31 -
CMYK 0 0.79 0.87 0.03
HSL 5.83º 0.93% 0.55% -
HSV(B) 5.83º 0.87% 0.97% -
XYZ 39.83 22.33 3.51 -
YUV 107.91 84.6 227.21 -
System Red Green Blue C M Y K H S L
Decimal 247 52 31 0 0.79 0.87 0.03 5.83 0.93 0.55
Hex F7 34 1F 0 4F 57 3 6 5D 37
Octal 367 64 37 0 117 127 3 6 135 67
Binary 11110111 110100 11111 0 1001111 1010111 11 110 1011101 110111

Color Harmonies of #F7341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7341F

Black with #F7341F

Text Example


Text Example

White with #F7341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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