Html Css Color HEX #F3362F Red Orange

📋 copy color: '#F3362F'

red 243 ◦ green 54 ◦ blue 47

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

Shades of Red Orange #F3362F

Tints of Red Orange #F3362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 70.64%
G = 15.7%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3362F (or 0xF3362F) is known color: Red Orange. HEX triplet: F3, 36 and 2F. RGB value is (243,54,47). Sum of RGB (Red+Green+Blue) = 243+54+47=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F3362F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3362F is #0CC9D0. Grayscale: #6D6D6D. Windows color (decimal): -838097 or 3094259. OLE color: 3094259.

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

Color convert

RGB 243 54 47 -
CMYK 0 0.78 0.81 0.05
HSL 2.14º 0.89% 0.57% -
HSV(B) 2.14º 0.81% 0.95% -
XYZ 38.79 21.9 4.87 -
YUV 109.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 243 54 47 0 0.78 0.81 0.05 2.14 0.89 0.57
Hex F3 36 2F 0 4E 51 5 2 59 39
Octal 363 66 57 0 116 121 5 2 131 71
Binary 11110011 110110 101111 0 1001110 1010001 101 10 1011001 111001

Color Harmonies of #F3362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3362F

Black with #F3362F

Text Example


Text Example

White with #F3362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3362F; }

 p { color: rgb(243,54,47); }

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

background-color css

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

 a { background-color: rgb(243,54,47); }

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

border-color css

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

 span { border-color: rgb(243,54,47); }

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