Html Css Color HEX #F5312B Red Orange

📋 copy color: '#F5312B'

red 245 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #F5312B

Tints of Red Orange #F5312B

RGB

 RED value IS 245 (96.09% from 255) = 72.7%

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

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

R = 72.7%
G = 14.54%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5312B (or 0xF5312B) is known color: Red Orange. HEX triplet: F5, 31 and 2B. RGB value is (245,49,43). Sum of RGB (Red+Green+Blue) = 245+49+43=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F5312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5312B is #0ACED4. Grayscale: #6B6B6B. Windows color (decimal): -708309 or 2830837. OLE color: 2830837.

HSL color Cylindrical-coordinate representation of color #F5312B: hue angle of 1.78º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5312B is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 43 -
CMYK 0 0.8 0.82 0.04
HSL 1.78º 0.91% 0.56% -
HSV(B) 1.78º 0.82% 0.96% -
XYZ 39.19 21.78 4.42 -
YUV 106.92 91.93 226.49 -
System Red Green Blue C M Y K H S L
Decimal 245 49 43 0 0.8 0.82 0.04 1.78 0.91 0.56
Hex F5 31 2B 0 50 52 4 2 5B 38
Octal 365 61 53 0 120 122 4 2 133 70
Binary 11110101 110001 101011 0 1010000 1010010 100 10 1011011 111000

Color Harmonies of #F5312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5312B

Black with #F5312B

Text Example


Text Example

White with #F5312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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