Html Css Color HEX #F3482E Red Orange

📋 copy color: '#F3482E'

red 243 ◦ green 72 ◦ blue 46

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

Shades of Red Orange #F3482E

Tints of Red Orange #F3482E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 67.31%
G = 19.94%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3482E (or 0xF3482E) is known color: Red Orange. HEX triplet: F3, 48 and 2E. RGB value is (243,72,46). Sum of RGB (Red+Green+Blue) = 243+72+46=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F3482E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3482E is #0CB7D1. Grayscale: #787878. Windows color (decimal): -833490 or 3033331. OLE color: 3033331.

HSL color Cylindrical-coordinate representation of color #F3482E: hue angle of 7.92º 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 #F3482E is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 46 -
CMYK 0 0.70 0.81 0.05
HSL 7.92º 0.89% 0.57% -
HSV(B) 7.92º 0.81% 0.95% -
XYZ 39.77 23.89 5.1 -
YUV 120.17 86.15 215.61 -
System Red Green Blue C M Y K H S L
Decimal 243 72 46 0 0.70 0.81 0.05 7.92 0.89 0.57
Hex F3 48 2E 0 46 51 5 8 59 39
Octal 363 110 56 0 106 121 5 10 131 71
Binary 11110011 1001000 101110 0 1000110 1010001 101 1000 1011001 111001

Color Harmonies of #F3482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3482E

Black with #F3482E

Text Example


Text Example

White with #F3482E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3482E; }

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

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

background-color css

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

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

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

border-color css

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

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

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