Html Css Color HEX #FB312B Red Orange

📋 copy color: '#FB312B'

red 251 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #FB312B

Tints of Red Orange #FB312B

RGB

 RED value IS 251 (98.44% from 255) = 73.18%

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

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

R = 73.18%
G = 14.29%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB312B (or 0xFB312B) is known color: Red Orange. HEX triplet: FB, 31 and 2B. RGB value is (251,49,43). Sum of RGB (Red+Green+Blue) = 251+49+43=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB312B is #04CED4. Grayscale: #6C6C6C. Windows color (decimal): -315093 or 2830843. OLE color: 2830843.

HSL color Cylindrical-coordinate representation of color #FB312B: hue angle of 1.73º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB312B is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 49 43 -
CMYK 0 0.80 0.83 0.02
HSL 1.73º 0.96% 0.58% -
HSV(B) 1.73º 0.83% 0.98% -
XYZ 41.32 22.88 4.52 -
YUV 108.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 251 49 43 0 0.80 0.83 0.02 1.73 0.96 0.58
Hex FB 31 2B 0 50 53 2 2 60 3A
Octal 373 61 53 0 120 123 2 2 140 72
Binary 11111011 110001 101011 0 1010000 1010011 10 10 1100000 111010

Color Harmonies of #FB312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB312B

Black with #FB312B

Text Example


Text Example

White with #FB312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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