Html Css Color HEX #F3390A Orange Red

📋 copy color: '#F3390A'

red 243 ◦ green 57 ◦ blue 10

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

Shades of Orange Red #F3390A

Tints of Orange Red #F3390A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 78.39%
G = 18.39%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F3390A (or 0xF3390A) is known color: Orange Red. HEX triplet: F3, 39 and 0A. RGB value is (243,57,10). Sum of RGB (Red+Green+Blue) = 243+57+10=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3390A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3390A is #0CC6F5. Grayscale: #6B6B6B. Windows color (decimal): -837366 or 670195. OLE color: 670195.

HSL color Cylindrical-coordinate representation of color #F3390A: hue angle of 12.1º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3390A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 57 10 -
CMYK 0 0.77 0.96 0.05
HSL 12.1º 0.92% 0.5% -
HSV(B) 12.1º 0.96% 0.95% -
XYZ 38.48 22 2.51 -
YUV 107.26 73.12 224.82 -
System Red Green Blue C M Y K H S L
Decimal 243 57 10 0 0.77 0.96 0.05 12.1 0.92 0.5
Hex F3 39 A 0 4D 60 5 C 5C 32
Octal 363 71 12 0 115 140 5 14 134 62
Binary 11110011 111001 1010 0 1001101 1100000 101 1100 1011100 110010

Color Harmonies of #F3390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3390A

Black with #F3390A

Text Example


Text Example

White with #F3390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3390A; }

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

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

background-color css

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

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

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

border-color css

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

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

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