Html Css Color HEX #F3301B Red Orange

📋 copy color: '#F3301B'

red 243 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #F3301B

Tints of Red Orange #F3301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.09%

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 76.42%
G = 15.09%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3301B (or 0xF3301B) is known color: Red Orange. HEX triplet: F3, 30 and 1B. RGB value is (243,48,27). Sum of RGB (Red+Green+Blue) = 243+48+27=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F3301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3301B is #0CCFE4. Grayscale: #686868. Windows color (decimal): -839653 or 1782003. OLE color: 1782003.

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

Color convert

RGB 243 48 27 -
CMYK 0 0.80 0.89 0.05
HSL 5.83º 0.9% 0.53% -
HSV(B) 5.83º 0.89% 0.95% -
XYZ 38.22 21.25 3.12 -
YUV 103.91 84.6 227.21 -
System Red Green Blue C M Y K H S L
Decimal 243 48 27 0 0.80 0.89 0.05 5.83 0.9 0.53
Hex F3 30 1B 0 50 59 5 6 5A 35
Octal 363 60 33 0 120 131 5 6 132 65
Binary 11110011 110000 11011 0 1010000 1011001 101 110 1011010 110101

Color Harmonies of #F3301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3301B

Black with #F3301B

Text Example


Text Example

White with #F3301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3301B; }

 p { color: rgb(243,48,27); }

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

background-color css

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

 a { background-color: rgb(243,48,27); }

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

border-color css

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

 span { border-color: rgb(243,48,27); }

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