Html Css Color HEX #FB321C Red Orange

📋 copy color: '#FB321C'

red 251 ◦ green 50 ◦ blue 28

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

Shades of Red Orange #FB321C

Tints of Red Orange #FB321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 76.29%
G = 15.2%
B = 8.51%

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

#FB321C (or 0xFB321C) is known color: Red Orange. HEX triplet: FB, 32 and 1C. RGB value is (251,50,28). Sum of RGB (Red+Green+Blue) = 251+50+28=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB321C is #04CDE3. Grayscale: #6B6B6B. Windows color (decimal): -314852 or 1848059. OLE color: 1848059.

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

Color convert

RGB 251 50 28 -
CMYK 0 0.80 0.89 0.02
HSL 5.92º 0.97% 0.55% -
HSV(B) 5.92º 0.89% 0.98% -
XYZ 41.13 22.87 3.35 -
YUV 107.59 83.09 230.29 -
System Red Green Blue C M Y K H S L
Decimal 251 50 28 0 0.80 0.89 0.02 5.92 0.97 0.55
Hex FB 32 1C 0 50 59 2 6 61 37
Octal 373 62 34 0 120 131 2 6 141 67
Binary 11111011 110010 11100 0 1010000 1011001 10 110 1100001 110111

Color Harmonies of #FB321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB321C

Black with #FB321C

Text Example


Text Example

White with #FB321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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