Html Css Color HEX #F3362A Red Orange

📋 copy color: '#F3362A'

red 243 ◦ green 54 ◦ blue 42

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

Shades of Red Orange #F3362A

Tints of Red Orange #F3362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 71.68%
G = 15.93%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3362A (or 0xF3362A) is known color: Red Orange. HEX triplet: F3, 36 and 2A. RGB value is (243,54,42). Sum of RGB (Red+Green+Blue) = 243+54+42=339 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.68% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 243 - color contains mainly: red. Hex color #F3362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3362A is #0CC9D5. Grayscale: #6D6D6D. Windows color (decimal): -838102 or 2766579. OLE color: 2766579.

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

Color convert

RGB 243 54 42 -
CMYK 0 0.78 0.83 0.05
HSL 3.58º 0.89% 0.56% -
HSV(B) 3.58º 0.83% 0.95% -
XYZ 38.7 21.86 4.37 -
YUV 109.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 243 54 42 0 0.78 0.83 0.05 3.58 0.89 0.56
Hex F3 36 2A 0 4E 53 5 4 59 38
Octal 363 66 52 0 116 123 5 4 131 70
Binary 11110011 110110 101010 0 1001110 1010011 101 100 1011001 111000

Color Harmonies of #F3362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3362A

Black with #F3362A

Text Example


Text Example

White with #F3362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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