Html Css Color HEX #F3321A Red Orange

📋 copy color: '#F3321A'

red 243 ◦ green 50 ◦ blue 26

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

Shades of Red Orange #F3321A

Tints of Red Orange #F3321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 76.18%
G = 15.67%
B = 8.15%

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

#F3321A (or 0xF3321A) is known color: Red Orange. HEX triplet: F3, 32 and 1A. RGB value is (243,50,26). Sum of RGB (Red+Green+Blue) = 243+50+26=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F3321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3321A is #0CCDE5. Grayscale: #696969. Windows color (decimal): -839142 or 1716979. OLE color: 1716979.

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

Color convert

RGB 243 50 26 -
CMYK 0 0.79 0.89 0.05
HSL 6.64º 0.9% 0.53% -
HSV(B) 6.64º 0.89% 0.95% -
XYZ 38.29 21.41 3.09 -
YUV 104.97 83.44 226.45 -
System Red Green Blue C M Y K H S L
Decimal 243 50 26 0 0.79 0.89 0.05 6.64 0.9 0.53
Hex F3 32 1A 0 4F 59 5 7 5A 35
Octal 363 62 32 0 117 131 5 7 132 65
Binary 11110011 110010 11010 0 1001111 1011001 101 111 1011010 110101

Color Harmonies of #F3321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3321A

Black with #F3321A

Text Example


Text Example

White with #F3321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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