Html Css Color HEX #F0311B Red Orange

📋 copy color: '#F0311B'

red 240 ◦ green 49 ◦ blue 27

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

Shades of Red Orange #F0311B

Tints of Red Orange #F0311B

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 75.95%
G = 15.51%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0311B (or 0xF0311B) is known color: Red Orange. HEX triplet: F0, 31 and 1B. RGB value is (240,49,27). Sum of RGB (Red+Green+Blue) = 240+49+27=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0311B is #0FCEE4. Grayscale: #676767. Windows color (decimal): -1036005 or 1782256. OLE color: 1782256.

HSL color Cylindrical-coordinate representation of color #F0311B: hue angle of 6.2º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0311B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 49 27 -
CMYK 0 0.80 0.89 0.06
HSL 6.2º 0.88% 0.52% -
HSV(B) 6.2º 0.89% 0.94% -
XYZ 37.23 20.8 3.09 -
YUV 103.6 84.78 225.29 -
System Red Green Blue C M Y K H S L
Decimal 240 49 27 0 0.80 0.89 0.06 6.2 0.88 0.52
Hex F0 31 1B 0 50 59 6 6 58 34
Octal 360 61 33 0 120 131 6 6 130 64
Binary 11110000 110001 11011 0 1010000 1011001 110 110 1011000 110100

Color Harmonies of #F0311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0311B

Black with #F0311B

Text Example


Text Example

White with #F0311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0311B; }

 p { color: rgb(240,49,27); }

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

background-color css

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

 a { background-color: rgb(240,49,27); }

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

border-color css

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

 span { border-color: rgb(240,49,27); }

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