Html Css Color HEX #FB321B Red Orange

📋 copy color: '#FB321B'

red 251 ◦ green 50 ◦ blue 27

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

Shades of Red Orange #FB321B

Tints of Red Orange #FB321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 76.52%
G = 15.24%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB321B (or 0xFB321B) is known color: Red Orange. HEX triplet: FB, 32 and 1B. RGB value is (251,50,27). Sum of RGB (Red+Green+Blue) = 251+50+27=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB321B is #04CDE4. Grayscale: #6B6B6B. Windows color (decimal): -314853 or 1782523. OLE color: 1782523.

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

Color convert

RGB 251 50 27 -
CMYK 0 0.80 0.89 0.02
HSL 6.16º 0.97% 0.55% -
HSV(B) 6.16º 0.89% 0.98% -
XYZ 41.12 22.87 3.28 -
YUV 107.48 82.59 230.37 -
System Red Green Blue C M Y K H S L
Decimal 251 50 27 0 0.80 0.89 0.02 6.16 0.97 0.55
Hex FB 32 1B 0 50 59 2 6 61 37
Octal 373 62 33 0 120 131 2 6 141 67
Binary 11111011 110010 11011 0 1010000 1011001 10 110 1100001 110111

Color Harmonies of #FB321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB321B

Black with #FB321B

Text Example


Text Example

White with #FB321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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