Html Css Color HEX #F0312B Red Orange

📋 copy color: '#F0312B'

red 240 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #F0312B

Tints of Red Orange #F0312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.95%

R = 72.29%
G = 14.76%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0312B (or 0xF0312B) is known color: Red Orange. HEX triplet: F0, 31 and 2B. RGB value is (240,49,43). Sum of RGB (Red+Green+Blue) = 240+49+43=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0312B is #0FCED4. Grayscale: #696969. Windows color (decimal): -1035989 or 2830832. OLE color: 2830832.

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

Color convert

RGB 240 49 43 -
CMYK 0 0.80 0.82 0.06
HSL 1.83º 0.87% 0.55% -
HSV(B) 1.83º 0.82% 0.94% -
XYZ 37.47 20.9 4.34 -
YUV 105.43 92.78 223.99 -
System Red Green Blue C M Y K H S L
Decimal 240 49 43 0 0.80 0.82 0.06 1.83 0.87 0.55
Hex F0 31 2B 0 50 52 6 2 57 37
Octal 360 61 53 0 120 122 6 2 127 67
Binary 11110000 110001 101011 0 1010000 1010010 110 10 1010111 110111

Color Harmonies of #F0312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0312B

Black with #F0312B

Text Example


Text Example

White with #F0312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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