Html Css Color HEX #F3341A Red Orange

📋 copy color: '#F3341A'

red 243 ◦ green 52 ◦ blue 26

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

Shades of Red Orange #F3341A

Tints of Red Orange #F3341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 26 (10.55% from 255) = 8.1%

R = 75.7%
G = 16.2%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3341A (or 0xF3341A) is known color: Red Orange. HEX triplet: F3, 34 and 1A. RGB value is (243,52,26). Sum of RGB (Red+Green+Blue) = 243+52+26=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3341A is #0CCBE5. Grayscale: #6A6A6A. Windows color (decimal): -838630 or 1717491. OLE color: 1717491.

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

Color convert

RGB 243 52 26 -
CMYK 0 0.79 0.89 0.05
HSL 7.19º 0.9% 0.53% -
HSV(B) 7.19º 0.89% 0.95% -
XYZ 38.38 21.59 3.12 -
YUV 106.15 82.78 225.61 -
System Red Green Blue C M Y K H S L
Decimal 243 52 26 0 0.79 0.89 0.05 7.19 0.9 0.53
Hex F3 34 1A 0 4F 59 5 7 5A 35
Octal 363 64 32 0 117 131 5 7 132 65
Binary 11110011 110100 11010 0 1001111 1011001 101 111 1011010 110101

Color Harmonies of #F3341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3341A

Black with #F3341A

Text Example


Text Example

White with #F3341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3341A; }

 p { color: rgb(243,52,26); }

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

background-color css

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

 a { background-color: rgb(243,52,26); }

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

border-color css

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

 span { border-color: rgb(243,52,26); }

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