Html Css Color HEX #F73D2F Red Orange

📋 copy color: '#F73D2F'

red 247 ◦ green 61 ◦ blue 47

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

Shades of Red Orange #F73D2F

Tints of Red Orange #F73D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

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

R = 69.58%
G = 17.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F73D2F (or 0xF73D2F) is known color: Red Orange. HEX triplet: F7, 3D and 2F. RGB value is (247,61,47). Sum of RGB (Red+Green+Blue) = 247+61+47=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D2F is #08C2D0. Grayscale: #737373. Windows color (decimal): -574161 or 3096055. OLE color: 3096055.

HSL color Cylindrical-coordinate representation of color #F73D2F: hue angle of 4.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 #F73D2F is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 61 47 -
CMYK 0 0.75 0.81 0.03
HSL 4.2º 0.93% 0.58% -
HSV(B) 4.2º 0.81% 0.97% -
XYZ 40.54 23.32 5.05 -
YUV 115.02 89.62 222.14 -
System Red Green Blue C M Y K H S L
Decimal 247 61 47 0 0.75 0.81 0.03 4.2 0.93 0.58
Hex F7 3D 2F 0 4B 51 3 4 5D 3A
Octal 367 75 57 0 113 121 3 4 135 72
Binary 11110111 111101 101111 0 1001011 1010001 11 100 1011101 111010

Color Harmonies of #F73D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73D2F

Black with #F73D2F

Text Example


Text Example

White with #F73D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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