Html Css Color HEX #F3472E Red Orange

📋 copy color: '#F3472E'

red 243 ◦ green 71 ◦ blue 46

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

Shades of Red Orange #F3472E

Tints of Red Orange #F3472E

RGB

 RED value IS 243 (95.31% from 255) = 67.5%

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

 BLUE value IS 46 (18.36% from 255) = 12.78%

R = 67.5%
G = 19.72%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3472E (or 0xF3472E) is known color: Red Orange. HEX triplet: F3, 47 and 2E. RGB value is (243,71,46). Sum of RGB (Red+Green+Blue) = 243+71+46=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F3472E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3472E is #0CB8D1. Grayscale: #777777. Windows color (decimal): -833746 or 3033075. OLE color: 3033075.

HSL color Cylindrical-coordinate representation of color #F3472E: hue angle of 7.61º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3472E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 71 46 -
CMYK 0 0.71 0.81 0.05
HSL 7.61º 0.89% 0.57% -
HSV(B) 7.61º 0.81% 0.95% -
XYZ 39.71 23.76 5.08 -
YUV 119.58 86.48 216.03 -
System Red Green Blue C M Y K H S L
Decimal 243 71 46 0 0.71 0.81 0.05 7.61 0.89 0.57
Hex F3 47 2E 0 47 51 5 8 59 39
Octal 363 107 56 0 107 121 5 10 131 71
Binary 11110011 1000111 101110 0 1000111 1010001 101 1000 1011001 111001

Color Harmonies of #F3472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3472E

Black with #F3472E

Text Example


Text Example

White with #F3472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3472E; }

 p { color: rgb(243,71,46); }

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

background-color css

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

 a { background-color: rgb(243,71,46); }

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

border-color css

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

 span { border-color: rgb(243,71,46); }

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