Html Css Color HEX #F3392A Red Orange

📋 copy color: '#F3392A'

red 243 ◦ green 57 ◦ blue 42

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

Shades of Red Orange #F3392A

Tints of Red Orange #F3392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 71.05%
G = 16.67%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3392A (or 0xF3392A) is known color: Red Orange. HEX triplet: F3, 39 and 2A. RGB value is (243,57,42). Sum of RGB (Red+Green+Blue) = 243+57+42=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3392A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3392A is #0CC6D5. Grayscale: #6F6F6F. Windows color (decimal): -837334 or 2767347. OLE color: 2767347.

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

Color convert

RGB 243 57 42 -
CMYK 0 0.77 0.83 0.05
HSL 4.48º 0.89% 0.56% -
HSV(B) 4.48º 0.83% 0.95% -
XYZ 38.84 22.15 4.42 -
YUV 110.9 89.12 222.22 -
System Red Green Blue C M Y K H S L
Decimal 243 57 42 0 0.77 0.83 0.05 4.48 0.89 0.56
Hex F3 39 2A 0 4D 53 5 4 59 38
Octal 363 71 52 0 115 123 5 4 131 70
Binary 11110011 111001 101010 0 1001101 1010011 101 100 1011001 111000

Color Harmonies of #F3392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3392A

Black with #F3392A

Text Example


Text Example

White with #F3392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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