Html Css Color HEX #FB321A Red Orange

📋 copy color: '#FB321A'

red 251 ◦ green 50 ◦ blue 26

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

Shades of Red Orange #FB321A

Tints of Red Orange #FB321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 76.76%
G = 15.29%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB321A (or 0xFB321A) is known color: Red Orange. HEX triplet: FB, 32 and 1A. RGB value is (251,50,26). Sum of RGB (Red+Green+Blue) = 251+50+26=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB321A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB321A is #04CDE5. Grayscale: #6B6B6B. Windows color (decimal): -314854 or 1716987. OLE color: 1716987.

HSL color Cylindrical-coordinate representation of color #FB321A: hue angle of 6.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB321A is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 50 26 -
CMYK 0 0.80 0.90 0.02
HSL 6.4º 0.97% 0.54% -
HSV(B) 6.4º 0.9% 0.98% -
XYZ 41.11 22.87 3.22 -
YUV 107.36 82.09 230.45 -
System Red Green Blue C M Y K H S L
Decimal 251 50 26 0 0.80 0.90 0.02 6.4 0.97 0.54
Hex FB 32 1A 0 50 5A 2 6 61 36
Octal 373 62 32 0 120 132 2 6 141 66
Binary 11111011 110010 11010 0 1010000 1011010 10 110 1100001 110110

Color Harmonies of #FB321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB321A

Black with #FB321A

Text Example


Text Example

White with #FB321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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