Html Css Color HEX #FB322B Red Orange

📋 copy color: '#FB322B'

red 251 ◦ green 50 ◦ blue 43

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

Shades of Red Orange #FB322B

Tints of Red Orange #FB322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 72.97%
G = 14.53%
B = 12.5%

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

#FB322B (or 0xFB322B) is known color: Red Orange. HEX triplet: FB, 32 and 2B. RGB value is (251,50,43). Sum of RGB (Red+Green+Blue) = 251+50+43=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB322B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB322B is #04CDD4. Grayscale: #6D6D6D. Windows color (decimal): -314837 or 2831099. OLE color: 2831099.

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

Color convert

RGB 251 50 43 -
CMYK 0 0.80 0.83 0.02
HSL 2.02º 0.96% 0.58% -
HSV(B) 2.02º 0.83% 0.98% -
XYZ 41.36 22.96 4.54 -
YUV 109.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 251 50 43 0 0.80 0.83 0.02 2.02 0.96 0.58
Hex FB 32 2B 0 50 53 2 2 60 3A
Octal 373 62 53 0 120 123 2 2 140 72
Binary 11111011 110010 101011 0 1010000 1010011 10 10 1100000 111010

Color Harmonies of #FB322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB322B

Black with #FB322B

Text Example


Text Example

White with #FB322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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