Html Css Color HEX #FB321E Red Orange

📋 copy color: '#FB321E'

red 251 ◦ green 50 ◦ blue 30

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

Shades of Red Orange #FB321E

Tints of Red Orange #FB321E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 75.83%
G = 15.11%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB321E (or 0xFB321E) is known color: Red Orange. HEX triplet: FB, 32 and 1E. RGB value is (251,50,30). Sum of RGB (Red+Green+Blue) = 251+50+30=331 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.83% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 251 - color contains mainly: red. Hex color #FB321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB321E is #04CDE1. Grayscale: #6C6C6C. Windows color (decimal): -314850 or 1979131. OLE color: 1979131.

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

Color convert

RGB 251 50 30 -
CMYK 0 0.80 0.88 0.02
HSL 5.43º 0.97% 0.55% -
HSV(B) 5.43º 0.88% 0.98% -
XYZ 41.16 22.88 3.48 -
YUV 107.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 251 50 30 0 0.80 0.88 0.02 5.43 0.97 0.55
Hex FB 32 1E 0 50 58 2 5 61 37
Octal 373 62 36 0 120 130 2 5 141 67
Binary 11111011 110010 11110 0 1010000 1011000 10 101 1100001 110111

Color Harmonies of #FB321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB321E

Black with #FB321E

Text Example


Text Example

White with #FB321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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