Html Css Color HEX #F3391C Red Orange

📋 copy color: '#F3391C'

red 243 ◦ green 57 ◦ blue 28

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

Shades of Red Orange #F3391C

Tints of Red Orange #F3391C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 74.09%
G = 17.38%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3391C (or 0xF3391C) is known color: Red Orange. HEX triplet: F3, 39 and 1C. RGB value is (243,57,28). Sum of RGB (Red+Green+Blue) = 243+57+28=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3391C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3391C is #0CC6E3. Grayscale: #6D6D6D. Windows color (decimal): -837348 or 1849843. OLE color: 1849843.

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

Color convert

RGB 243 57 28 -
CMYK 0 0.77 0.88 0.05
HSL 8.09º 0.9% 0.53% -
HSV(B) 8.09º 0.88% 0.95% -
XYZ 38.63 22.06 3.32 -
YUV 109.31 82.12 223.36 -
System Red Green Blue C M Y K H S L
Decimal 243 57 28 0 0.77 0.88 0.05 8.09 0.9 0.53
Hex F3 39 1C 0 4D 58 5 8 5A 35
Octal 363 71 34 0 115 130 5 10 132 65
Binary 11110011 111001 11100 0 1001101 1011000 101 1000 1011010 110101

Color Harmonies of #F3391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3391C

Black with #F3391C

Text Example


Text Example

White with #F3391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3391C; }

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

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

background-color css

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

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

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

border-color css

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

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

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